We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93036f commit 85de42fCopy full SHA for 85de42f
src/minecraft/handlers/ChatHandler.js
@@ -855,7 +855,7 @@ class StateHandler extends eventHandler {
855
}
856
857
isGuildLevelUpMessage(message) {
858
- return message.includes("The guild has reached Level") && !message.includes(":");
+ return message.includes("The Guild has reached Level") && !message.includes("!");
859
860
861
minecraftChatColorToHex(color) {
0 commit comments