summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2016-10-09 23:51:57 +0200
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2016-10-09 23:51:57 +0200
commit41ee7026a8087224a0b4dac51ffad715bd9cdd92 (patch)
treee713239f25aeb154ceee852d46f28ab5342f5a89
parent56b4bb60845f88d83bbe07794b876008f8059190 (diff)
Revert "Trying Splizard's bugfix"
This reverts commit e399c50d4cdeda11a23655f9cf1eac697ffec5e5. Conflicts: init.lua
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 64fdd1e..f27a841 100644
--- a/init.lua
+++ b/init.lua
@@ -42,7 +42,7 @@ local function fetch_lift(pos, node, clicker, rel, i, open_door, plus)
local test = minetest.find_nodes_in_area({x=pos.x-2, y=pos.y+i, z=pos.z-2}, {x=pos.x+2, y=pos.y+i, z=pos.z+2}, "air")
if #test == 9 then
- print("lift not found, too much air")
+ minetest.chat_send_player(name, "lift not found, too much air")
return
end