Make llGetListEntryType of a list-type element return 0 (TYPE_INVALID).

It was triggering ELSLInvalidType, which is not a good approach.
This commit is contained in:
Sei Lisa 2017-01-20 01:18:13 +01:00
parent d1ff8a86dd
commit 551a6ece12

View file

@ -110,7 +110,7 @@ Types = {
Key: 4, # TYPE_KEY
Vector: 5, # TYPE_VECTOR
Quaternion: 6, # TYPE_ROTATION
#list: 7, # Undefined
list: 0, # TYPE_INVALID
}
# Utility functions