Skip to content

Commit 7d8f3f1

Browse files
committed
fix(guild-levelup): Change the foarmat of the level up message search
1 parent 0fe98e1 commit 7d8f3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/minecraft/handlers/ChatHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ class StateHandler extends eventHandler {
879879
}
880880

881881
isGuildLevelUpMessage(message) {
882-
return message.includes("The guild has reached Level") && !message.includes(":");
882+
return message.includes("The Guild has reached Level") && !message.includes("!");
883883
}
884884

885885
minecraftChatColorToHex(color) {

0 commit comments

Comments
 (0)