diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-03-29 19:09:31 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-03-29 19:09:31 +0100 |
commit | 565375117cc185d5e01d44137809fe07fc7ab3f6 (patch) | |
tree | 24f3a29bc3c95a4767c0e3eda1db329d3be2e0fd /src/main/java/at/hannibal2 | |
parent | 18ffc756d1ed6da48e2bfa279a7f8b718db88414 (diff) | |
download | skyhanni-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.kt | 2 |
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 |