mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 06:34:59 +00:00
Fixed some minor bugs from previous commits
This commit is contained in:
@@ -363,7 +363,7 @@ class Interpreter
|
||||
# * Else
|
||||
#-----------------------------------------------------------------------------
|
||||
def command_411
|
||||
if !@branch[@list[@index].indent]
|
||||
if @branch[@list[@index].indent] == false # Could be nil, so intentionally checks for false
|
||||
@branch.delete(@list[@index].indent)
|
||||
return true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user