Skip to content

Commit

Permalink
fixed regex test
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Oct 11, 2024
1 parent ed55165 commit 3b8fc09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ object ScoreboardPattern {
*/
val thirdObjectiveLinePattern by miscSb.pattern(
"thirdobjectiveline",
"(\\s*§.\\(§.\\w+§./§.\\w+§.\\)|§f Mages.*|§f Barbarians.*|§edefeat Kuudra|§eand stun him|§.Fish \\d .*[fF]ish §.[✖✔])",
"(\\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 3b8fc09

Please sign in to comment.