Don't reload chunk when player places block on entity (#936)

This commit is contained in:
iam 2022-04-17 13:21:01 -04:00 committed by GitHub
parent c7bb9e14e5
commit 6aa999aa77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ public class BlockPlacementListener {
final Block placedBlock = useMaterial.block();
if (!CollisionUtils.canPlaceBlockAt(instance, placementPosition, placedBlock)) {
refresh(player, chunk);
return;
}
// BlockPlaceEvent check