Dont prinnttttttt

master
James Stevenson 2019-01-17 05:39:54 -05:00
parent 8b075ec314
commit f6ad4e0f0c
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ minetest.register_abm({
chance = 1,
catch_up = false,
action = function(pos, node, active_object_count, active_object_count_wider)
print(active_object_count, active_object_count_wider)
--print(active_object_count, active_object_count_wider)
limiter(pos)
end,
})