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:
committed by
GitHub
parent
5fdc82a367
commit
fe4d5bfac1
@ -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
|
||||
|
Reference in New Issue
Block a user