experimenting with passing functions through interactions
This commit is contained in:
@ -198,7 +198,6 @@ minetest.register_on_player_receive_fields(function (player, formname, fields)
|
||||
modpol.interactions.text_query(pname, "Org name:")
|
||||
-- local new_org_name = _contexts[pname]["new_org_name"]
|
||||
_contexts[pname] = function(input)
|
||||
|
||||
local new_request = {
|
||||
user = pname,
|
||||
type = "add_org",
|
||||
|
Reference in New Issue
Block a user