From e592c18af6c945f771f9dbcd2f2e5ef3caf18319 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sat, 22 Oct 2016 19:03:13 +0100 Subject: [PATCH] added missing local --- api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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