mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-24 19:46:21 +01:00
Fix for doors breaking themselves in certain situations
This commit is contained in:
parent
88e57fbf2d
commit
94d1338feb
@ -99,7 +99,7 @@ public class ItemDoor extends Item {
|
|||||||
world.setTypeIdAndData(i, j, k, block.id, l);
|
world.setTypeIdAndData(i, j, k, block.id, l);
|
||||||
world.suppressPhysics = false;
|
world.suppressPhysics = false;
|
||||||
|
|
||||||
world.applyPhysics(i, j, k, Block.REDSTONE_WIRE.id);
|
world.applyPhysics(i, j, k, block.id);
|
||||||
|
|
||||||
if (entityhuman != null) {
|
if (entityhuman != null) {
|
||||||
BlockPlaceEvent event = CraftEventFactory.callBlockPlaceEvent(world, entityhuman, blockState, clickedX, clickedY, clickedZ, block);
|
BlockPlaceEvent event = CraftEventFactory.callBlockPlaceEvent(world, entityhuman, blockState, clickedX, clickedY, clickedZ, block);
|
||||||
|
Loading…
Reference in New Issue
Block a user