diff --git a/ChatFormatter.Combine.png b/ChatFormatter.Combine.png deleted file mode 100644 index e381f4f..0000000 Binary files a/ChatFormatter.Combine.png and /dev/null differ diff --git a/TheButtonMCChat.jar b/TheButtonMCChat.jar index f309f1b..3e3aa7b 100644 Binary files a/TheButtonMCChat.jar and b/TheButtonMCChat.jar differ diff --git a/src/buttondevteam/thebuttonmcchat/ChatProcessing.java b/src/buttondevteam/thebuttonmcchat/ChatProcessing.java index 1b50221..6c0844b 100644 --- a/src/buttondevteam/thebuttonmcchat/ChatProcessing.java +++ b/src/buttondevteam/thebuttonmcchat/ChatProcessing.java @@ -132,16 +132,12 @@ public class ChatProcessing { int index; while ((index = nwithoutformatting.indexOf("§k")) != -1) nwithoutformatting = nwithoutformatting - .replace("§k" + nwithoutformatting.charAt(index + 2), ""); // Support - // for - // one - // random - // char + .replace("§k" + nwithoutformatting.charAt(index + 2), ""); // Support for one random char while ((index = nwithoutformatting.indexOf('§')) != -1) nwithoutformatting = nwithoutformatting .replace("§" + nwithoutformatting.charAt(index + 1), ""); if (!match.equalsIgnoreCase(nwithoutformatting)) - return false; // TODO + continue; // TODO Player p = Bukkit.getPlayer(PlayerListener.nicknames.get(n)); if (p == null) { PluginMain.Instance.getLogger().warning(