From 08569a422e16f251768e1c0903b21ad96c039a2d Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Thu, 10 Aug 2023 12:24:23 +0200 Subject: small typo --- .../java/at/hannibal2/skyhanni/features/slayer/DetectBrokenHyperion.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) } } -- cgit