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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user