summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_script_queue.xml
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-06-11 21:50:35 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-06-11 21:50:35 -0400
commitf2020bff30808d28aec06cce5fed61717fcde7fc (patch)
tree614373f7411fd412dadd00f7076d82cd4738ce1d /indra/newview/skins/default/xui/pl/floater_script_queue.xml
parent18c4dcc5998e061fe3ab54607665c775dd18c826 (diff)
Fix a couple bugs in startup.lua.
The 'startup' table, the module's namespace, must be defined near the top because its local waitfor:process() override references startup. The byname table's metatable's __index() function wants to raise an error if you try to access an undefined entry, but it referenced t[k] to check that, producing infinite recursion. Use rawget(t, k) instead. Also use new leap.WaitFor(args) syntax instead of leap.WaitFor:new(args).
Diffstat (limited to 'indra/newview/skins/default/xui/pl/floater_script_queue.xml')
0 files changed, 0 insertions, 0 deletions