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 0fe98e1 commit 7d8f3f1Copy full SHA for 7d8f3f1
src/minecraft/handlers/ChatHandler.js
@@ -879,7 +879,7 @@ class StateHandler extends eventHandler {
879
}
880
881
isGuildLevelUpMessage(message) {
882
- return message.includes("The guild has reached Level") && !message.includes(":");
+ return message.includes("The Guild has reached Level") && !message.includes("!");
883
884
885
minecraftChatColorToHex(color) {
0 commit comments