diff --git a/src/main/java/net/coreprotect/database/Rollback.java b/src/main/java/net/coreprotect/database/Rollback.java index 641a8d9..2c6a876 100644 --- a/src/main/java/net/coreprotect/database/Rollback.java +++ b/src/main/java/net/coreprotect/database/Rollback.java @@ -719,7 +719,7 @@ public class Rollback extends Queue { int worldMinHeight = BukkitAdapter.ADAPTER.getMinHeight(bukkitWorld); if (bisectLocation.getBlockY() >= worldMinHeight && bisectLocation.getBlockY() < worldMaxHeight) { Block bisectBlock = block.getWorld().getBlockAt(bisectLocation); - Util.prepareTypeAndData(chunkChanges, bisectBlock, rowType, null, physics); + Util.prepareTypeAndData(chunkChanges, bisectBlock, rowType, null, false); if (countBlock) { blockCount1++;