diff options
Diffstat (limited to 'script/parser/compile.lua')
-rw-r--r-- | script/parser/compile.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/script/parser/compile.lua b/script/parser/compile.lua index d55dc395..febb8c2c 100644 --- a/script/parser/compile.lua +++ b/script/parser/compile.lua @@ -540,9 +540,9 @@ return function (self, lua, mode, version, options) if not state then return nil, err end - if options and options.delay then - options.delay() - end + --if options and options.delay then + -- options.delay() + --end local clock = os.clock() pushError = state.pushError if version == 'Lua 5.1' or version == 'LuaJIT' then |