diff --git a/TheButtonAutoFlair.jar b/TheButtonAutoFlair.jar index e954825..5f7e867 100644 Binary files a/TheButtonAutoFlair.jar and b/TheButtonAutoFlair.jar differ diff --git a/TheButtonAutoFlair/bin/tk/sznp/thebuttonautoflair/Commands.class b/TheButtonAutoFlair/bin/tk/sznp/thebuttonautoflair/Commands.class index d6bb98f..a567bfd 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 f3bde9a..7cb4e9b 100644 --- a/TheButtonAutoFlair/src/tk/sznp/thebuttonautoflair/Commands.java +++ b/TheButtonAutoFlair/src/tk/sznp/thebuttonautoflair/Commands.java @@ -37,11 +37,13 @@ public class Commands implements CommandExecutor { return true; } if (!p.FlairRecognised - && !args[0].toLowerCase().equals("admin")) { // 2015.08.10. + && !args[0].toLowerCase().equals("admin") + && !args[0].toLowerCase().equals("ignore")) { player.sendMessage("Sorry, but your flair isn't recorded. Please ask a mod to set it for you."); return true; } - if (!p.FlairDecided && !args[0].toLowerCase().equals("admin")) { // 2015.08.19. + if (!p.FlairDecided && !args[0].toLowerCase().equals("admin") + && !args[0].toLowerCase().equals("ignore")) { player.sendMessage("Please select between /u nonpresser and /u cantpress"); return true; }