summaryrefslogtreecommitdiff
path: root/autoplace.lua
diff options
context:
space:
mode:
Diffstat (limited to 'autoplace.lua')
-rw-r--r--autoplace.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoplace.lua b/autoplace.lua
index 84c6fde..dbcc423 100644
--- a/autoplace.lua
+++ b/autoplace.lua
@@ -54,7 +54,7 @@ end
function tube_autoroute(pos)
nctr = minetest.env:get_node(pos)
- print ("minetest.get_item_group("..nctr.name..',"tubedevice") == '..minetest.get_item_group(nctr.name, "tubedevice"))
+ --print ("minetest.get_item_group("..nctr.name..',"tubedevice") == '..minetest.get_item_group(nctr.name, "tubedevice"))
if (is_tube(nctr.name) == nil)
and minetest.get_item_group(nctr.name, "tubedevice") ~= 1 then return end