aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-03-29 19:14:26 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-03-29 19:14:26 +0100
commite5785a55191c0066ba7706ba585fb938a5eb4a0a (patch)
treef6a133c25536d42582c3b98ae1ca096d8a96525a /src
parent565375117cc185d5e01d44137809fe07fc7ab3f6 (diff)
downloadskyhanni-e5785a55191c0066ba7706ba585fb938a5eb4a0a.tar.gz
skyhanni-e5785a55191c0066ba7706ba585fb938a5eb4a0a.tar.bz2
skyhanni-e5785a55191c0066ba7706ba585fb938a5eb4a0a.zip
fix guesting as well https://regex101.com/r/OXDPoB/1
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt b/src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt
index 4591e5a02..d5711b28b 100644
--- a/src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt
+++ b/src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt
@@ -80,7 +80,7 @@ class HypixelData {
)
private val scoreboardTitlePattern by patternGroup.pattern(
"scoreboard.title",
- "SK[YI]BLOCK( CO-OP)?"
+ "SK[YI]BLOCK(?: CO-OP| GUEST)?"
)
var hypixelLive = false