Remove old debug of colliding with objects

This commit is contained in:
jordan4ibanez 2021-04-15 09:28:58 -04:00
parent 61124905f3
commit ba46e7fa42
1 changed files with 0 additions and 4 deletions

View File

@ -161,10 +161,6 @@ local collision = function(self)
radius = collisionbox[5]
end
if self.object:get_properties().collide_with_objects == true then
print("THIS IS A SERIOUS ERROR!")
end
local collision_count = 0
for _,object in ipairs(minetest_get_objects_inside_radius(pos, radius*1.25)) do