3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-20 05:20:07 +01:00

Fixed issues with updating redstone state under certain circumstances.

Dieser Commit ist enthalten in:
EvilSeph 2011-05-17 01:06:59 -04:00
Ursprung 38ebaa53e1
Commit cd87e51638

Datei anzeigen

@ -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);
}