🐐 VSQVE change
This commit is contained in:
@@ -280,7 +280,7 @@ class DataRangeArray(Node):
|
||||
raise CentvrionError("Range bounds must be numbers")
|
||||
from_int = from_val.value() or 0
|
||||
to_int = to_val.value() or 0
|
||||
return vtable, ValList([ValInt(i) for i in range(from_int, to_int)])
|
||||
return vtable, ValList([ValInt(i) for i in range(from_int, to_int + 1)])
|
||||
|
||||
|
||||
class DataDict(Node):
|
||||
|
||||
Reference in New Issue
Block a user