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:
@@ -158,7 +158,7 @@ def llGetAgentLanguage(id):
|
||||
return u''
|
||||
raise ELSLCantCompute
|
||||
|
||||
def llGetListEntryType(scope, options):
|
||||
def llGetAgentList(scope, options):
|
||||
assert isinteger(scope)
|
||||
assert islist(options)
|
||||
if scope == 0:
|
||||
|
||||
Reference in New Issue
Block a user