diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-11 03:48:13 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-11 03:48:19 +0200 |
commit | 5de353bf51c3a203226e9d308b09733f619a4535 (patch) | |
tree | d627b2d3ebc6f65b7516d0b7f468868c21713b39 /src/main/java/at/hannibal2/skyhanni/data | |
parent | f0c5d57c0cbf186886ea1ac8ff6fd6f09b74e0c5 (diff) | |
download | skyhanni-5de353bf51c3a203226e9d308b09733f619a4535.tar.gz skyhanni-5de353bf51c3a203226e9d308b09733f619a4535.tar.bz2 skyhanni-5de353bf51c3a203226e9d308b09733f619a4535.zip |
typo
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/data')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt b/src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt index 86bcd9598..b7f80625b 100644 --- a/src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt +++ b/src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt @@ -54,7 +54,7 @@ class HypixelData { @SubscribeEvent fun onChatMessage(event: LorenzChatEvent) { - if (!LorenzUtils.isHypixel) return + if (!LorenzUtils.onHypixel) return val message = event.message.removeColor().lowercase() if (message.startsWith("your profile was changed to:")) { @@ -81,7 +81,7 @@ class HypixelData { checkHypixel() - if (!LorenzUtils.isHypixel) return + if (!LorenzUtils.onHypixel) return val inSkyBlock = checkScoreboard() if (inSkyBlock) { |