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:
Sei Lisa 2016-12-25 01:01:28 +01:00
parent f222289673
commit 7ca81020a0

View file

@ -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: