summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.lua b/api.lua
index 546872e..e1cadcc 100644
--- a/api.lua
+++ b/api.lua
@@ -2413,7 +2413,7 @@ local count_mobs = function(pos, type)
if not objs[n]:is_player() then
- obj = objs[n]:get_luaentity()
+ local obj = objs[n]:get_luaentity()
if obj and obj.name and obj.name == type then
num = num + 1