summaryrefslogtreecommitdiff
path: root/luaentity.lua
diff options
context:
space:
mode:
Diffstat (limited to 'luaentity.lua')
-rw-r--r--luaentity.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/luaentity.lua b/luaentity.lua
index fa4e0f2..83fb4d9 100644
--- a/luaentity.lua
+++ b/luaentity.lua
@@ -324,6 +324,7 @@ function luaentity.get_objects_inside_radius(pos, radius)
index = index + 1
end
end
+ return objects
end
local move_entities_globalstep_part2 = function(dtime)