From 51abedd45f53ce0c8d6646b4fee2f12d545aa468 Mon Sep 17 00:00:00 2001 From: sumneko Date: Thu, 18 Apr 2019 18:32:14 +0800 Subject: =?UTF-8?q?=E5=85=88=E5=B1=8F=E8=94=BD=E6=8E=89=20EmmyLua=20?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=87=86=E5=A4=87?= =?UTF-8?q?=E8=BD=AC=E5=85=A5=E5=9C=B0=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/src/vm/vm.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/src/vm') 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 -- cgit v1.2.3