diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/slayer/DetectBrokenHyperion.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/slayer/DetectBrokenHyperion.kt b/src/main/java/at/hannibal2/skyhanni/features/slayer/DetectBrokenHyperion.kt index 6a50a3a9d..33fd2ac92 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/slayer/DetectBrokenHyperion.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/slayer/DetectBrokenHyperion.kt @@ -48,7 +48,7 @@ class DetectBrokenHyperion { TitleUtils.sendTitle("§eBroken Hyperion!", 3_000) LorenzUtils.chat( "§e[SkyHanni] Your Hyperion is broken! It no longer collects combat exp. " + - "Kill a mob with meele-hits to fix this hypixel bug" + "Kill a mob with melee-hits to fix this hypixel bug" ) } } |