diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-10-22 19:03:13 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-10-22 19:03:13 +0100 |
commit | e592c18af6c945f771f9dbcd2f2e5ef3caf18319 (patch) | |
tree | cf78459541ef1593756d5d4fe65c10c6e43f47e1 | |
parent | 954565efa2624421646ef6f282abc052d553b7c8 (diff) |
added missing local
-rw-r--r-- | api.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |