aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni
diff options
context:
space:
mode:
authorJ10a1n15 <45315647+j10a1n15@users.noreply.github.com>2024-03-23 18:48:35 +0100
committerGitHub <noreply@github.com>2024-03-23 18:48:35 +0100
commitaa78d9de37d964de3334c6af18a3ba9ece426dde (patch)
tree820fae75a28b17768a06c8b1c8df0b5c98b35cb4 /src/main/java/at/hannibal2/skyhanni
parent64984949a048be142dec75c54358c754351181f2 (diff)
downloadskyhanni-aa78d9de37d964de3334c6af18a3ba9ece426dde.tar.gz
skyhanni-aa78d9de37d964de3334c6af18a3ba9ece426dde.tar.bz2
skyhanni-aa78d9de37d964de3334c6af18a3ba9ece426dde.zip
Fix: Fixed custom scoreboard issue with the cold line (#1244)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/ScoreboardPattern.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/ScoreboardPattern.kt b/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/ScoreboardPattern.kt
index 916b5cc8f..b000dd676 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/ScoreboardPattern.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/ScoreboardPattern.kt
@@ -20,7 +20,7 @@ object ScoreboardPattern {
) // this line is weird (either text or number), ill leave it as is; it even has different colors?
val coldPattern by mainSb.pattern(
"cold",
- "^Cold: §.❄ (?<cold>-?\\d+)$"
+ "^(?:§.)*Cold: §.❄ (?<cold>-?\\d+)$"
)
val copperPattern by mainSb.pattern(
"copper",