diff --git a/shooter.lua b/shooter.lua index 05eef3c..48a32da 100644 --- a/shooter.lua +++ b/shooter.lua @@ -109,7 +109,6 @@ local function punch_node(pos, def) end if SHOOTER_ENABLE_PROTECTION then if minetest.is_protected(pos, def.name) then - print(dump(def)) return end end