Remove some leftover debug code
This commit is contained in:
parent
658bd4d5b0
commit
a98c348cab
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ local function punch_node(pos, def)
|
||||||
end
|
end
|
||||||
if SHOOTER_ENABLE_PROTECTION then
|
if SHOOTER_ENABLE_PROTECTION then
|
||||||
if minetest.is_protected(pos, def.name) then
|
if minetest.is_protected(pos, def.name) then
|
||||||
print(dump(def))
|
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue