From a7b52eb42461dfa29515e1cc14226e779694dc95 Mon Sep 17 00:00:00 2001 From: sumneko Date: Thu, 25 Apr 2019 21:40:01 +0800 Subject: =?UTF-8?q?=E4=B8=8D=E9=9C=80=E8=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/src/vm/vm.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'server') diff --git a/server/src/vm/vm.lua b/server/src/vm/vm.lua index 031388f4..bb996066 100644 --- a/server/src/vm/vm.lua +++ b/server/src/vm/vm.lua @@ -1023,9 +1023,6 @@ function mt:doAction(action) coroutine.yield('stop') end end - if self:isRemoved() then - return - end local tp = action.type if tp:sub(1, 4) == 'emmy' then self:doEmmy(action) -- cgit v1.2.3