aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/slayer
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/slayer')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/slayer/SlayerQuestWarning.kt2
1 files changed, 1 insertions, 1 deletions
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.")
}
}
}