diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-24 13:25:18 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-24 13:25:18 +0200 |
| commit | 450a0a003d687ae16448734ebef25acfb17cdde4 (patch) | |
| tree | 352f4e8965e6ae0da3596efcdc57f73b8461d495 /src/main/java/at/hannibal2/skyhanni/features/chat | |
| parent | 0b8066fcd9c3318723a29ffadeb7e2fbfeb0250e (diff) | |
| download | skyhanni-450a0a003d687ae16448734ebef25acfb17cdde4.tar.gz skyhanni-450a0a003d687ae16448734ebef25acfb17cdde4.tar.bz2 skyhanni-450a0a003d687ae16448734ebef25acfb17cdde4.zip | |
Fixed irrelevant spelling stuff
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 37b61d5a3..84acf124e 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt @@ -314,7 +314,7 @@ class ChatFilter { message == "§7Finding player..." -> true message == "§7Sending a visit request..." -> true - //warp portals on public islands (canvas room - flower house, election room - community center, void sepulture - the end) + //warp portals on public islands (canvas room – flower house, election room – community center, void sepulture – the end) message.matchRegex("§dWarped to (.*)§r§d!") -> true else -> false } |
