From f6ad4e0f0c6e6f352e7b60cbf71edfa1dea128e5 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Thu, 17 Jan 2019 05:39:54 -0500 Subject: [PATCH] Dont prinnttttttt --- mods/mobs/nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/mobs/nodes.lua b/mods/mobs/nodes.lua index 188b4dc..f800ffd 100644 --- a/mods/mobs/nodes.lua +++ b/mods/mobs/nodes.lua @@ -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, })