diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-06-11 21:50:35 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-06-11 21:50:35 -0400 |
commit | f2020bff30808d28aec06cce5fed61717fcde7fc (patch) | |
tree | 614373f7411fd412dadd00f7076d82cd4738ce1d /indra/newview/skins/default/xui/pl/floater_script_queue.xml | |
parent | 18c4dcc5998e061fe3ab54607665c775dd18c826 (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