aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-13 22:44:18 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-13 22:44:18 +0100
commit92a22cbae2f2df291f5f4e863f9ef1f63960166d (patch)
treec3c826c2824d0a2c5fbc6cd889d0e0ebae4ad73d /src/main
parent670e0227c744502087dfd1f6c2aaa015087e3eeb (diff)
downloadskyhanni-92a22cbae2f2df291f5f4e863f9ef1f63960166d.tar.gz
skyhanni-92a22cbae2f2df291f5f4e863f9ef1f63960166d.tar.bz2
skyhanni-92a22cbae2f2df291f5f4e863f9ef1f63960166d.zip
Typo.
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/nether/reputationhelper/dailyquest/DailyQuestHelper.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/nether/reputationhelper/dailyquest/DailyQuestHelper.kt b/src/main/java/at/hannibal2/skyhanni/features/nether/reputationhelper/dailyquest/DailyQuestHelper.kt
index a0fdc5fff..d8be14639 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/nether/reputationhelper/dailyquest/DailyQuestHelper.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/nether/reputationhelper/dailyquest/DailyQuestHelper.kt
@@ -210,7 +210,7 @@ class DailyQuestHelper(private val reputationHelper: CrimsonIsleReputationHelper
// val sneaking = Minecraft.getMinecraft().thePlayer.isSneaking
// if (done != 5 || sneaking) {
if (done != 5) {
- display.add("Daily Quests (collected $done/5)")
+ display.add("Daily Quests ($done/5 collected)")
for (quest in quests) {
// if (!sneaking) {
// if (quest.state == QuestState.COLLECTED) {