bugfixes to get delete and add_org requests to work. Working!

This commit is contained in:
Nathan Schneider
2021-08-04 22:47:02 -06:00
parent fa4283dce6
commit c26f11cd99
4 changed files with 30 additions and 33 deletions

View File

@ -227,7 +227,7 @@ minetest.register_on_player_receive_fields(function (player, formname, fields)
local new_request = {
user = pname,
type = "add_org",
params = {input,pname}
params = {input}
}
org:make_request(new_request)
modpol.interactions.message(pname,"requested")