From 90946f9f42881e6c7263cfd6e03ee40ddc47bfe6 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 28 Sep 2022 09:56:41 +0200 Subject: typos --- .../java/at/hannibal2/skyhanni/features/slayer/SlayerQuestWarning.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/features') diff --git a/src/main/java/at/hannibal2/skyhanni/features/slayer/SlayerQuestWarning.kt b/src/main/java/at/hannibal2/skyhanni/features/slayer/SlayerQuestWarning.kt index fd3cb2f84..22d9b9573 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/slayer/SlayerQuestWarning.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/slayer/SlayerQuestWarning.kt @@ -110,7 +110,7 @@ class SlayerQuestWarning { if (bossSlain) { needNewQuest("You have no Auto-Slayer active!") } else if (slayBoss) { - needNewQuest("You probably switched the server during an active boss and how hypixel doesn't know what to do.") + needNewQuest("You probably switched the server during an active boss and now hypixel doesn't know what to do.") } } } -- cgit