diff --git a/TheButtonAutoFlair.jar b/TheButtonAutoFlair.jar index 9f71b76..590ed4c 100644 Binary files a/TheButtonAutoFlair.jar and b/TheButtonAutoFlair.jar differ diff --git a/TheButtonAutoFlair/bin/tk/sznp/thebuttonautoflair/Commands$1.class b/TheButtonAutoFlair/bin/tk/sznp/thebuttonautoflair/Commands$1.class index 71545ca..cc4fd69 100644 Binary files a/TheButtonAutoFlair/bin/tk/sznp/thebuttonautoflair/Commands$1.class and b/TheButtonAutoFlair/bin/tk/sznp/thebuttonautoflair/Commands$1.class differ diff --git a/TheButtonAutoFlair/bin/tk/sznp/thebuttonautoflair/Commands.class b/TheButtonAutoFlair/bin/tk/sznp/thebuttonautoflair/Commands.class index ad66698..427ea00 100644 Binary files a/TheButtonAutoFlair/bin/tk/sznp/thebuttonautoflair/Commands.class and b/TheButtonAutoFlair/bin/tk/sznp/thebuttonautoflair/Commands.class differ diff --git a/TheButtonAutoFlair/src/tk/sznp/thebuttonautoflair/Commands.java b/TheButtonAutoFlair/src/tk/sznp/thebuttonautoflair/Commands.java index e2bdc14..b574fc7 100644 --- a/TheButtonAutoFlair/src/tk/sznp/thebuttonautoflair/Commands.java +++ b/TheButtonAutoFlair/src/tk/sznp/thebuttonautoflair/Commands.java @@ -608,11 +608,10 @@ public class Commands implements CommandExecutor { return; } MinigamePlayer mp = Minigames.plugin.pdata.getMinigamePlayer(player); - if (!player.isOp() - && (!mp.isInMinigame() || mp.getMinigame().getName(false) - .equalsIgnoreCase(KittyCannonMinigame))) { + if (!(mp.isInMinigame() && mp.getMinigame().getName(false) + .equalsIgnoreCase(Commands.KittyCannonMinigame))) { SendMessage(player, - "§You can only use KittyCannon in it's minigame!"); + "§cYou can only use KittyCannon in it's minigame!"); return; } try {