remove print

master
Juraj Vajda 2018-12-06 09:26:48 -05:00
parent 5965df1a03
commit 3d0d099950
1 changed files with 0 additions and 1 deletions

View File

@ -568,7 +568,6 @@ minetest.register_node("basic_machines:mover", {
if not placer and
not (node2.name == "default:chest" or node2.name == "default:chest_locked") and
(name_parts[1] == "farming" or name_parts[1] == "farming_addons") then
print("returning")
return
end
end