1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-07-04 09:10:35 +02:00

fix syntax error

This commit is contained in:
Luke aka SwissalpS
2024-04-28 10:49:17 +02:00
committed by GitHub
parent 5fdc82a367
commit fe4d5bfac1

View File

@ -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