aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-10-15 15:02:21 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-10-15 15:02:21 +0200
commit75a132aece9099ab29bc6c1a32d3d400bc92fa80 (patch)
treed56b5b0ee0cf3cd2be38319ccb5740daebbcd87d /src/main/java/at/hannibal2
parent9f370189636fd3aa57dd13a54e05baf8bd803ae0 (diff)
downloadskyhanni-75a132aece9099ab29bc6c1a32d3d400bc92fa80.tar.gz
skyhanni-75a132aece9099ab29bc6c1a32d3d400bc92fa80.tar.bz2
skyhanni-75a132aece9099ab29bc6c1a32d3d400bc92fa80.zip
typo
Diffstat (limited to 'src/main/java/at/hannibal2')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/nether/QuestItemHelper.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/nether/QuestItemHelper.kt b/src/main/java/at/hannibal2/skyhanni/features/nether/QuestItemHelper.kt
index dc933dd20..9c23ce8e3 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/nether/QuestItemHelper.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/nether/QuestItemHelper.kt
@@ -30,7 +30,7 @@ class QuestItemHelper {
questItem = group("name")
questAmount = group("amount").toInt()
LorenzUtils.clickableChat(
- "§e[SkyHanni] Click here go grab x$questAmount $questItem from sacks!",
+ "§e[SkyHanni] Click here to grab x$questAmount $questItem from sacks!",
"gfs $questItem $questAmount"
)
lastSentMessage = SimpleTimeMark.now()