diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-01 16:37:55 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-01 16:37:55 +0200 |
| commit | aea09a848dbd05d9088d4ee4d05c0aa4bdd9bec2 (patch) | |
| tree | 74a47d03e90cd62f4081f51ec4e3260c894db252 /src/main/java/at/hannibal2/skyhanni/features/nether | |
| parent | bbb9221f457ae1407595ff1575727229b8c40f1e (diff) | |
| download | skyhanni-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.kt | 3 |
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) } |
