Fixed some minor bugs from previous commits

This commit is contained in:
Maruno17
2021-04-14 22:56:12 +01:00
parent 9f70b29795
commit 4bc744e3fb
7 changed files with 10 additions and 5 deletions

View File

@@ -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