Skip to content

Commit

Permalink
nopo said this had to be done idk
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs committed Dec 24, 2024
1 parent c91c231 commit b9bcea9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class ItemResolutionQuery {
if (isPet) {
val matcher: Matcher = petPattern.matcher(itemName)
if (matcher.matches()) {
itemName = itemName.replace(matcher.group(1), "")
itemName = itemName.replace(matcher.group(1), "").replace("", "").trim()
petRarity = matcher.group(2)
}
}
Expand Down

0 comments on commit b9bcea9

Please sign in to comment.