aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-03-29 19:09:31 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-03-29 19:09:31 +0100
commit565375117cc185d5e01d44137809fe07fc7ab3f6 (patch)
tree24f3a29bc3c95a4767c0e3eda1db329d3be2e0fd /src/main/java/at/hannibal2
parent18ffc756d1ed6da48e2bfa279a7f8b718db88414 (diff)
downloadskyhanni-565375117cc185d5e01d44137809fe07fc7ab3f6.tar.gz
skyhanni-565375117cc185d5e01d44137809fe07fc7ab3f6.tar.bz2
skyhanni-565375117cc185d5e01d44137809fe07fc7ab3f6.zip
make SkyHanni work on coop profiles again
Diffstat (limited to 'src/main/java/at/hannibal2')
-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 b38638af6..4591e5a02 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"
+ "SK[YI]BLOCK( CO-OP)?"
)
var hypixelLive = false