From 7ca81020a094b8ddf3db49da1fe6e2dbc9fdc565 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Sun, 25 Dec 2016 01:01:28 +0100 Subject: [PATCH] Fix llGetAgentList function name in lslextrafuncs.py. For some reason, llGetListEntryType slipped in there. The prototype and behaviour were both correct, though. --- lslopt/lslextrafuncs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lslopt/lslextrafuncs.py b/lslopt/lslextrafuncs.py index bac6fba..5d27d9a 100644 --- a/lslopt/lslextrafuncs.py +++ b/lslopt/lslextrafuncs.py @@ -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: