Skip to content

Commit

Permalink
Update IWorldHandler.java
Browse files Browse the repository at this point in the history
  • Loading branch information
drfiveminusmint committed Sep 12, 2024
1 parent 30d4946 commit 412ccfa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ private BlockEntity removeBlockEntity(@NotNull Level world, @NotNull BlockPos po
} else
oldState = ((PistonMovingBlockEntity) testEntity).getMovedState();
((PistonMovingBlockEntity) testEntity).finalTick();
Bukkit.getServer().broadcastMessage("Caught an unsafe piston!");
setBlockFast(world, position, oldState);
return world.getBlockEntity(position);
}
Expand Down

0 comments on commit 412ccfa

Please sign in to comment.