Fixed Turf Forts arrow bug

This commit is contained in:
Chiss 2013-09-15 13:57:13 +10:00
parent 7894f95aab
commit 6b5373c20c
1 changed files with 1 additions and 1 deletions

View File

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