Fix bug with key variable in list within globals
Mark the expression as simple also when ExtendedGlobalExpr is not set.
This commit is contained in:
@@ -2457,6 +2457,7 @@ list lazy_list_set(list L, integer i, list v)
|
||||
# Use LSL's dull global expression.
|
||||
value = self.Parse_simple_expr()
|
||||
self.expect(';')
|
||||
value.Simple = True
|
||||
else: # must be semicolon
|
||||
value = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user