mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-09 17:03:58 +01:00
only return true from receive_fields() when actually needed
This commit is contained in:
parent
078161c51d
commit
1273d82917
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user