diff options
Diffstat (limited to 'server/src')
-rw-r--r-- | server/src/vm/vm.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/vm/vm.lua b/server/src/vm/vm.lua index e2fd6abc..0e84468b 100644 --- a/server/src/vm/vm.lua +++ b/server/src/vm/vm.lua @@ -1040,9 +1040,9 @@ function mt:doAction(action) elseif tp == 'localfunction' then self:doLocalFunction(action) elseif tp == 'emmyClass' then - self:doEmmyClass(action) + --self:doEmmyClass(action) elseif tp == 'emmyType' then - self:doEmmyType(action) + --self:doEmmyType(action) elseif tp == 'emmyAlias' then elseif tp == 'emmyParam' then elseif tp == 'emmyReturn' then |