summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/src/vm/vm.lua3
1 files changed, 0 insertions, 3 deletions
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)