diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-10 12:24:23 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-10 12:24:23 +0200 |
commit | 08569a422e16f251768e1c0903b21ad96c039a2d (patch) | |
tree | 5a49af0b88f7b7352f97f2fab697270e3c4b7651 /src | |
parent | b9b565efa1f516070ca110a59efb1f9a65bc704b (diff) | |
download | skyhanni-08569a422e16f251768e1c0903b21ad96c039a2d.tar.gz skyhanni-08569a422e16f251768e1c0903b21ad96c039a2d.tar.bz2 skyhanni-08569a422e16f251768e1c0903b21ad96c039a2d.zip |
small typo
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" ) } } |