From fe4d5bfac1a9ad9ffced02db868ac9284a293a4f Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS Date: Sun, 28 Apr 2024 10:49:17 +0200 Subject: [PATCH] fix syntax error --- compat-chests.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat-chests.lua b/compat-chests.lua index 251dbc3..03e1bb6 100644 --- a/compat-chests.lua +++ b/compat-chests.lua @@ -60,7 +60,7 @@ if minetest.get_modpath("default") then if is_pipeworks_chest and not fields.quit and pipeworks.may_configure(pos, player) then -- Pipeworks Switch fs_helpers.on_receive_fields(pos, fields) - minetest.show_formspec(pn), + minetest.show_formspec(pn, "default:chest", default.chest.get_chest_formspec(pos)) end