mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-03 05:26:50 +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);
|
||||
world.setTypeId(i, j, k, 0);
|
||||
} 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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue