From 6b5373c20cf1bb6b42ea566444c8f71e86b54ed1 Mon Sep 17 00:00:00 2001 From: Chiss Date: Sun, 15 Sep 2013 13:57:13 +1000 Subject: [PATCH] Fixed Turf Forts arrow bug --- .../nautilus/game/arcade/game/games/turfforts/TurfForts.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/turfforts/TurfForts.java b/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/turfforts/TurfForts.java index 6593f1fc8..7bda278b8 100644 --- a/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/turfforts/TurfForts.java +++ b/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/turfforts/TurfForts.java @@ -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(); } }