Skip to content

Commit

Permalink
check location first
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs committed Oct 14, 2024
1 parent d4d9622 commit 6d731ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,5 +211,5 @@ object PowderChestTimer {

private fun IBlockState.isChest() = block is BlockChest

private fun isEnabled() = config.enabled && IslandType.CRYSTAL_HOLLOWS.isInIsland()
private fun isEnabled() = IslandType.CRYSTAL_HOLLOWS.isInIsland() && config.enabled
}

0 comments on commit 6d731ac

Please sign in to comment.