Fixed Turf Forts arrow bug

This commit is contained in:
Chiss 2013-09-15 13:57:13 +10:00
parent 7894f95aab
commit 6b5373c20c

View File

@ -225,8 +225,8 @@ public class TurfForts extends TeamGame
{ {
if (!_fight) if (!_fight)
{ {
event.setCancelled(true);
UtilPlayer.message(event.getEntity(), F.main("Game", "You cannot attack during Build Time!")); UtilPlayer.message(event.getEntity(), F.main("Game", "You cannot attack during Build Time!"));
event.getProjectile().remove();
} }
} }