Skip to content

Commit

Permalink
fix: 水没していない水没できるブロックが合った場合にCastErrorが起こるのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Dec 26, 2023
1 parent e36fe2e commit 6177b2d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ object BlockSearching {
.isInstanceOf[Waterlogged] && ExternalPlugins
.getCoreProtectWrapper
.isNotEditedBlock(targetBlock) && targetBlock
.getBlockData
.asInstanceOf[Waterlogged]
.isWaterlogged)
) {
Expand Down

0 comments on commit 6177b2d

Please sign in to comment.