aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexia <me@alexia.lol>2024-03-01 15:56:45 +0100
committerGitHub <noreply@github.com>2024-03-01 15:56:45 +0100
commitc56b58e00d913e73a44106882bde8686ecdab341 (patch)
treeb946f870750289e48ea75b629f1526c7259a6b00 /src
parent42118ca3e36d4441ed4aaffdcede5945573c43b3 (diff)
downloadskyhanni-c56b58e00d913e73a44106882bde8686ecdab341.tar.gz
skyhanni-c56b58e00d913e73a44106882bde8686ecdab341.tar.bz2
skyhanni-c56b58e00d913e73a44106882bde8686ecdab341.zip
Fix: Typo in Deep Caverns Parkour message (#1084)
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/mining/DeepCavernsParkour.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/mining/DeepCavernsParkour.kt b/src/main/java/at/hannibal2/skyhanni/features/mining/DeepCavernsParkour.kt
index 9a6993853..ca1db4ff4 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/mining/DeepCavernsParkour.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/mining/DeepCavernsParkour.kt
@@ -94,7 +94,7 @@ class DeepCavernsParkour {
if (it.displayName != "§aObsidian Sanctuary") {
if (!show) {
start()
- ChatUtils.chat("Automatically enabling Deep Caverns Parkour, helping you find the way to the bottom of Deep Caverns and the path to Ryst.")
+ ChatUtils.chat("Automatically enabling Deep Caverns Parkour, helping you find the way to the bottom of Deep Caverns and the path to Rhys.")
}
}
}