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:
Ursprung
38ebaa53e1
Commit
cd87e51638
@ -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);
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren