diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2016-10-09 23:51:57 +0200 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2016-10-09 23:51:57 +0200 |
commit | 41ee7026a8087224a0b4dac51ffad715bd9cdd92 (patch) | |
tree | e713239f25aeb154ceee852d46f28ab5342f5a89 | |
parent | 56b4bb60845f88d83bbe07794b876008f8059190 (diff) |
Revert "Trying Splizard's bugfix"
This reverts commit e399c50d4cdeda11a23655f9cf1eac697ffec5e5.
Conflicts:
init.lua
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |