fixed cast interrupt

- dont allow targeting of mob moving back to spawn
This commit is contained in:
Tahir Akhlaq 2017-08-30 00:14:14 +01:00
parent 2cee5ff573
commit 517bdc0638
17 changed files with 114 additions and 112 deletions

View file

@ -19,5 +19,4 @@ function onEventStarted(player, command, triggerName)
end
player:endEvent();
sendSignal("playerActive");
end
end;