mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Fix llGetAgentList function name in lslextrafuncs.py.
For some reason, llGetListEntryType slipped in there. The prototype and behaviour were both correct, though.
This commit is contained in:
parent
f222289673
commit
7ca81020a0
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ def llGetAgentLanguage(id):
|
||||||
return u''
|
return u''
|
||||||
raise ELSLCantCompute
|
raise ELSLCantCompute
|
||||||
|
|
||||||
def llGetListEntryType(scope, options):
|
def llGetAgentList(scope, options):
|
||||||
assert isinteger(scope)
|
assert isinteger(scope)
|
||||||
assert islist(options)
|
assert islist(options)
|
||||||
if scope == 0:
|
if scope == 0:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue