mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-07-04 17:20: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
|
if is_pipeworks_chest and not fields.quit and pipeworks.may_configure(pos, player) then
|
||||||
-- Pipeworks Switch
|
-- Pipeworks Switch
|
||||||
fs_helpers.on_receive_fields(pos, fields)
|
fs_helpers.on_receive_fields(pos, fields)
|
||||||
minetest.show_formspec(pn),
|
minetest.show_formspec(pn,
|
||||||
"default:chest",
|
"default:chest",
|
||||||
default.chest.get_chest_formspec(pos))
|
default.chest.get_chest_formspec(pos))
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user