mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-28 05:25:42 +01:00
Exempted moving pistons from the tile entity fix.
This commit is contained in:
parent
1f4e671af9
commit
09801eeabf
@ -49,10 +49,6 @@ public class WorldServer extends World implements BlockChangeDelegate {
|
||||
if (!(result instanceof TileEntityFurnace)) {
|
||||
result = fixTileEntity(i, j, k, type, result);
|
||||
}
|
||||
} else if (type == Block.PISTON_MOVING.id) {
|
||||
if (!(result instanceof TileEntityPiston)) {
|
||||
result = fixTileEntity(i, j, k, type, result);
|
||||
}
|
||||
} else if (type == Block.DISPENSER.id) {
|
||||
if (!(result instanceof TileEntityDispenser)) {
|
||||
result = fixTileEntity(i, j, k, type, result);
|
||||
|
Loading…
Reference in New Issue
Block a user