summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/nether
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-10-01 16:37:55 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-10-01 16:37:55 +0200
commitaea09a848dbd05d9088d4ee4d05c0aa4bdd9bec2 (patch)
tree74a47d03e90cd62f4081f51ec4e3260c894db252 /src/main/java/at/hannibal2/skyhanni/features/nether
parentbbb9221f457ae1407595ff1575727229b8c40f1e (diff)
downloadskyhanni-aea09a848dbd05d9088d4ee4d05c0aa4bdd9bec2.tar.gz
skyhanni-aea09a848dbd05d9088d4ee4d05c0aa4bdd9bec2.tar.bz2
skyhanni-aea09a848dbd05d9088d4ee4d05c0aa4bdd9bec2.zip
Removed debug messages
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/nether')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/nether/reputationhelper/dailyquest/QuestLoader.kt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/nether/reputationhelper/dailyquest/QuestLoader.kt b/src/main/java/at/hannibal2/skyhanni/features/nether/reputationhelper/dailyquest/QuestLoader.kt
index 9de600370..b7c4c2cbf 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/nether/reputationhelper/dailyquest/QuestLoader.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/nether/reputationhelper/dailyquest/QuestLoader.kt
@@ -108,8 +108,7 @@ class QuestLoader(private val dailyQuestHelper: DailyQuestHelper) {
}
}
}
-
- println("Unknown quest: '$name'")
+ LorenzUtils.chat("§c[SkyHanni] Unknown Crimson Isle quest: '$name'")
return UnknownQuest(name)
}