Fixed interaction glitch on privs_to_org
This commit is contained in:
@ -323,8 +323,7 @@ minetest.register_on_player_receive_fields(function (player, formname, fields)
|
||||
if not choice then
|
||||
-- empty, do nothing
|
||||
elseif func then
|
||||
--not sure if we should close
|
||||
--breaks sequential dropdown_queries:
|
||||
--causes issues with sequential dropdowns
|
||||
--minetest.close_formspec(pname, formname)
|
||||
func(choice)
|
||||
else
|
||||
|
Reference in New Issue
Block a user