mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-11 17:31:06 +01:00
Fixed issues with updating redstone state under certain circumstances.
This commit is contained in:
parent
38ebaa53e1
commit
cd87e51638
1 changed files with 0 additions and 2 deletions
|
@ -282,8 +282,6 @@ public class BlockRedstoneWire extends Block {
|
||||||
this.a_(world, i, j, k, i1);
|
this.a_(world, i, j, k, i1);
|
||||||
world.setTypeId(i, j, k, 0);
|
world.setTypeId(i, j, k, 0);
|
||||||
} else {
|
} else {
|
||||||
// CraftBukkit
|
|
||||||
if ((Block.byId[l] != null && Block.byId[l].isPowerSource()) || Block.DIODE_OFF.id == l || Block.DIODE_ON.id == l)
|
|
||||||
this.g(world, i, j, k);
|
this.g(world, i, j, k);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue