Skip to content

Commit

Permalink
Update ShipHelmBlockEntity.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
millennIumAMbiguity committed Oct 8, 2024
1 parent d4cd224 commit 8134f5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class ShipHelmBlockEntity(pos: BlockPos, state: BlockState) :
blockPos
) { !it.isAir && !it.`is`(ASSEMBLE_BLACKLIST) &&
// TODO: Remove blockBlacklist
(EurekaConfig.SERVER.blockBlacklist.isNotEmpty() && !EurekaConfig.SERVER.blockBlacklist.contains(Registry.BLOCK.getKey(it.block).toString()))
!(EurekaConfig.SERVER.blockBlacklist.isNotEmpty() && EurekaConfig.SERVER.blockBlacklist.contains(Registry.BLOCK.getKey(it.block).toString()))
}

if (builtShip == null) {
Expand Down

0 comments on commit 8134f5a

Please sign in to comment.