mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
[MIRROR] Fixes passing in list arguments in callproc [MDB IGNORE] (#24295)
* Fixes passing in list arguments in callproc (#78924) Right now it unrolls positional list arguments. * Fixes passing in list arguments in callproc --------- Co-authored-by: AnturK <AnturK@users.noreply.github.com>
This commit is contained in:
@@ -277,7 +277,7 @@ GLOBAL_PROTECT(LastAdminCalledProc)
|
||||
if(named_arg)
|
||||
named_args[named_arg] = value["value"]
|
||||
else
|
||||
. += value["value"]
|
||||
. += LIST_VALUE_WRAP_LISTS(value["value"])
|
||||
if(LAZYLEN(named_args))
|
||||
. += named_args
|
||||
|
||||
|
||||
Reference in New Issue
Block a user