diff options
Diffstat (limited to 'script/vm/compiler.lua')
-rw-r--r-- | script/vm/compiler.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/script/vm/compiler.lua b/script/vm/compiler.lua index 889c70a1..cbb03070 100644 --- a/script/vm/compiler.lua +++ b/script/vm/compiler.lua @@ -1070,7 +1070,6 @@ local compilerSwitch = util.switch() nodeMgr.setNode(source, m.compileNode(source[1])) return end - nodeMgr.setNode(source, globalMgr.getGlobal('type', 'boolean')) return end if source.op.type == 'or' then @@ -1083,7 +1082,6 @@ local compilerSwitch = util.switch() nodeMgr.setNode(source, m.compileNode(source[2])) return end - nodeMgr.setNode(source, globalMgr.getGlobal('type', 'boolean')) return end if source.op.type == '==' then |