diff options
-rw-r--r-- | compat-chests.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compat-chests.lua b/compat-chests.lua index 0fe95dd..7cff6fd 100644 --- a/compat-chests.lua +++ b/compat-chests.lua @@ -83,10 +83,9 @@ minetest.register_on_player_receive_fields(function(player, formname, fields) fs_helpers.on_receive_fields(pos, fields) minetest.show_formspec(player:get_player_name(), "pipeworks:chest_formspec", get_chest_formspec(pos)) end + return true end end - - return true end) -- Original Definitions |