Skip to content

Commit

Permalink
adv: rm useless pipe char
Browse files Browse the repository at this point in the history
Signed-off-by: Erymanthus[#5074] | (u/)RayDeeUx <[email protected]>
  • Loading branch information
RayDeeUx committed Jan 14, 2024
1 parent 3fc99dc commit bbf7401
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class MenuItemDisplayOverlayPlayerAdvanced : AbstractMenuStackSize() {

private val dojoGradePattern by playerAdvancedSubgroup.pattern(
"dojo.grade.loreline",
".*(§[7|6])Your Rank: (§.)(?<grade>[A-Z]).*"
".*(§[76])Your Rank: (§.)(?<grade>[A-Z]).*"
)
private val statBreakdownPattern by playerAdvancedSubgroup.pattern(
"stat.breakdown.itemname",
Expand Down

0 comments on commit bbf7401

Please sign in to comment.