Skip to content

Commit

Permalink
first check in skyblock, then check config
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Jun 13, 2024
1 parent 7a5e4ff commit 3b98118
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ object PowderPerHotmPerk {
override fun toString() = str
}

private fun isEnabled() = (config.powderSpent || config.powderFor10Levels) &&
LorenzUtils.inSkyBlock && HotmData.inInventory
private fun isEnabled() = LorenzUtils.inSkyBlock && HotmData.inInventory &&
(config.powderSpent || config.powderFor10Levels)
}

0 comments on commit 3b98118

Please sign in to comment.