mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
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:
parent
89c627b0c0
commit
33fc38e42d
1 changed files with 1 additions and 0 deletions
|
@ -2457,6 +2457,7 @@ list lazy_list_set(list L, integer i, list v)
|
||||||
# Use LSL's dull global expression.
|
# Use LSL's dull global expression.
|
||||||
value = self.Parse_simple_expr()
|
value = self.Parse_simple_expr()
|
||||||
self.expect(';')
|
self.expect(';')
|
||||||
|
value.Simple = True
|
||||||
else: # must be semicolon
|
else: # must be semicolon
|
||||||
value = None
|
value = None
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue