From 450a0a003d687ae16448734ebef25acfb17cdde4 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Mon, 24 Jul 2023 13:25:18 +0200 Subject: Fixed irrelevant spelling stuff --- src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/features/chat') 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 } -- cgit