Skip to content

Commit 85de42f

Browse files
authored
fix(guild-levelup): Change the foarmat of the level up message search (#341)
1 parent e93036f commit 85de42f

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
@@ -855,7 +855,7 @@ class StateHandler extends eventHandler {
855855
}
856856

857857
isGuildLevelUpMessage(message) {
858-
return message.includes("The guild has reached Level") && !message.includes(":");
858+
return message.includes("The Guild has reached Level") && !message.includes("!");
859859
}
860860

861861
minecraftChatColorToHex(color) {

0 commit comments

Comments
 (0)