aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal002@users.noreply.github.com>2024-03-04 18:20:08 +0100
committerGitHub <noreply@github.com>2024-03-04 18:20:08 +0100
commite52c3015102bc308f3536c377eb56d99d8f83b20 (patch)
treefd9cf3d4707da431f51fec0d3ad04156d460bcdf
parent10c782ab15e02d8ea1f2da7fae8e46066c1d07d3 (diff)
downloadskyhanni-e52c3015102bc308f3536c377eb56d99d8f83b20.tar.gz
skyhanni-e52c3015102bc308f3536c377eb56d99d8f83b20.tar.bz2
skyhanni-e52c3015102bc308f3536c377eb56d99d8f83b20.zip
Bugfix: SkyHanni features not working on Alpha (#1100)
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
-rw-r--r--src/main/java/at/hannibal2/skyhanni/utils/UtilsPatterns.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/utils/UtilsPatterns.kt b/src/main/java/at/hannibal2/skyhanni/utils/UtilsPatterns.kt
index df127baa6..ae7c24783 100644
--- a/src/main/java/at/hannibal2/skyhanni/utils/UtilsPatterns.kt
+++ b/src/main/java/at/hannibal2/skyhanni/utils/UtilsPatterns.kt
@@ -80,6 +80,6 @@ object UtilsPatterns {
val tabListProfilePattern by patternGroup.pattern(
"tablist.profile",
- "§.§lProfile: §r§a(?<profile>.*)"
+ "(?:§.)+Profile: §r§a(?<profile>.*)"
)
}