diff options
Diffstat (limited to 'server-beta/src/parser/compile.lua')
-rw-r--r-- | server-beta/src/parser/compile.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server-beta/src/parser/compile.lua b/server-beta/src/parser/compile.lua index 28611719..03632c03 100644 --- a/server-beta/src/parser/compile.lua +++ b/server-beta/src/parser/compile.lua @@ -133,7 +133,7 @@ local vmMap = { end, ['binary'] = function (obj) Compile(obj[1], obj) - Compile( obj[2], obj) + Compile(obj[2], obj) end, ['unary'] = function (obj) Compile(obj[1], obj) |