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/features/chat | |
| 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/features/chat')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt b/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt index 7a746299e..bee625d3d 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt @@ -11,7 +11,7 @@ class ChatFilter { @SubscribeEvent fun onChatMessage(event: LorenzChatEvent) { - if (!LorenzUtils.isHypixel) return + if (!LorenzUtils.onHypixel) return val blockReason = block(event.message) if (blockReason != "") { |
