diff --git a/shop.lua b/shop.lua index fb943dd..d9ef287 100644 --- a/shop.lua +++ b/shop.lua @@ -173,7 +173,7 @@ local function on_metadata_inventory_move(pos, from_list, from_index, to_list, t end local function on_metadata_inventory_take(pos, listname, index, stack, player) - check_empty(pos) + -- check_empty(pos) -- CRASH core.show_formspec(player:get_player_name(), formspec_prefix..core.pos_to_string(pos), emeraldbank.get_shop_fs(pos, player) ) end