Skip to content

Commit

Permalink
Fix: Guild Rank Chat Formatting (#2191)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsEmpa authored Jul 6, 2024
1 parent c4b09e5 commit c1f3d47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ object PlayerChatManager {
*/
private val guildPattern by patternGroup.pattern(
"guild",
"§2Guild > (?<author>.+?)(?<guildRank> §e\\[\\w*])?§f: (?<message>.*)"
"§2Guild > (?<author>.+?) ?(?<guildRank>§e\\[\\w*])?§f: (?<message>.*)",
)

/**
Expand Down

0 comments on commit c1f3d47

Please sign in to comment.