diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-15 15:02:21 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-15 15:02:21 +0200 |
commit | 75a132aece9099ab29bc6c1a32d3d400bc92fa80 (patch) | |
tree | d56b5b0ee0cf3cd2be38319ccb5740daebbcd87d | |
parent | 9f370189636fd3aa57dd13a54e05baf8bd803ae0 (diff) | |
download | skyhanni-75a132aece9099ab29bc6c1a32d3d400bc92fa80.tar.gz skyhanni-75a132aece9099ab29bc6c1a32d3d400bc92fa80.tar.bz2 skyhanni-75a132aece9099ab29bc6c1a32d3d400bc92fa80.zip |
typo
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/nether/QuestItemHelper.kt | 2 |
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() |