diff --git a/TheButtonAutoFlair.jar b/TheButtonAutoFlair.jar index 3a219c5..d652e74 100644 Binary files a/TheButtonAutoFlair.jar and b/TheButtonAutoFlair.jar differ diff --git a/TheButtonAutoFlair/src/tk/sznp/thebuttonautoflair/PlayerListener.java b/TheButtonAutoFlair/src/tk/sznp/thebuttonautoflair/PlayerListener.java index 5a8ea13..3798da1 100644 --- a/TheButtonAutoFlair/src/tk/sznp/thebuttonautoflair/PlayerListener.java +++ b/TheButtonAutoFlair/src/tk/sznp/thebuttonautoflair/PlayerListener.java @@ -152,7 +152,7 @@ public class PlayerListener implements Listener { // 2015.07.16. private Essentials essentials = null; private final String[] LaughStrings = new String[] { "xd", "lel", "lawl", - "kek", "lmao" }; + "kek", "lmao", "hue", "hah" }; @EventHandler public void onPlayerChat(AsyncPlayerChatEvent event) { diff --git a/TheButtonAutoFlair/target/classes/tk/sznp/thebuttonautoflair/PlayerListener.class b/TheButtonAutoFlair/target/classes/tk/sznp/thebuttonautoflair/PlayerListener.class index 591b37a..3af34a8 100644 Binary files a/TheButtonAutoFlair/target/classes/tk/sznp/thebuttonautoflair/PlayerListener.class and b/TheButtonAutoFlair/target/classes/tk/sznp/thebuttonautoflair/PlayerListener.class differ