From b7d78d3988305f71604fdf4052f7315afac763e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Sat, 18 Nov 2017 23:40:06 +0100 Subject: forgot to switch back --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 5415438..dd71375 100644 --- a/init.lua +++ b/init.lua @@ -390,7 +390,7 @@ on_construct = function(pos) meta:get_inventory():set_size("pay3", 1) meta:get_inventory():set_size("give4", 1) meta:get_inventory():set_size("pay4", 1) - meta:set_int("ghost", 0) + meta:set_int("ghost", 1) end, on_rightclick = function(pos, node, player, itemstack, pointed_thing) smartshop.showform(pos,player) -- cgit v1.2.3