diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-19 11:58:34 +0100 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-19 11:58:34 +0100 |
| commit | a6e8980dc36290d58e851dbb936b7bd740732bc4 (patch) | |
| tree | d55eba704334370c763a30382050cb2297654591 | |
| parent | fc0863271921299ddb5b7be0ad1402282d074578 (diff) | |
| download | SkyHanni-a6e8980dc36290d58e851dbb936b7bd740732bc4.tar.gz SkyHanni-a6e8980dc36290d58e851dbb936b7bd740732bc4.tar.bz2 SkyHanni-a6e8980dc36290d58e851dbb936b7bd740732bc4.zip | |
Fixed nether features being visible outside nether
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/nether/reputationhelper/dailyquest/DailyQuestHelper.kt | 2 |
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 1e03f67d8..611330339 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 @@ -352,6 +352,6 @@ class DailyQuestHelper(val reputationHelper: CrimsonIsleReputationHelper) { SkyHanniMod.feature.hidden.crimsonIsleLatestTrophyFishInInventory = latestTrophyFishInInventory } - private fun isEnabled() = LorenzUtils.inSkyBlock && LorenzUtils.skyBlockIsland != IslandType.CRIMSON_ISLE && + private fun isEnabled() = LorenzUtils.inSkyBlock && LorenzUtils.skyBlockIsland == IslandType.CRIMSON_ISLE && SkyHanniMod.feature.misc.crimsonIsleReputationHelper }
\ No newline at end of file |
