Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: J10a1n15 <[email protected]>
  • Loading branch information
j10a1n15 committed Oct 10, 2024
1 parent 0d34625 commit bdb63d7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -428,10 +428,12 @@ object ScoreboardPattern {
// this thirdObjectiveLinePattern includes all those weird objective lines that go into a third (and fourth) scoreboard line
/**
* REGEX-TEST: §eProtect Elle §7(§a98%§7)
* REGEX-TEST: §fFish 1 Flyfish §c✖
* REGEX-TEST: §fFish 1 Skeleton Fish §c✖
*/
val thirdObjectiveLinePattern by miscSb.pattern(
"thirdobjectiveline",
"(\\s*§.\\(§.\\w+§./§.\\w+§.\\)|§f Mages.*|§f Barbarians.*|§edefeat Kuudra|§eand stun him)",
"(\\s*§.\\(§.\\w+§./§.\\w+§.\\)|§f Mages.*|§f Barbarians.*|§edefeat Kuudra|§eand stun him|§.Fish \\d .*[fF]ish §.[✖✔])",
)

// collection of lines that just randomly exist and I have no clue how on earth to effectively remove them
Expand Down

0 comments on commit bdb63d7

Please sign in to comment.