From 41ee7026a8087224a0b4dac51ffad715bd9cdd92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Sun, 9 Oct 2016 23:51:57 +0200 Subject: Revert "Trying Splizard's bugfix" This reverts commit e399c50d4cdeda11a23655f9cf1eac697ffec5e5. Conflicts: init.lua --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3