Fix crash due to changed debug output

This commit is contained in:
sapier 2014-05-02 20:05:29 +02:00
parent 03c060d336
commit 239a95a393

View File

@ -827,6 +827,8 @@ function spawning.check_activation_overlap(entity,pos,preserved_data)
" originaly spawned by: " .. spawner ..
" --> removing")
objectlist = minetest.get_objects_inside_radius(pos,0.25)
for i=1,#objectlist,1 do
local luaentity = objectlist[i]:get_luaentity()
if luaentity ~= nil then