geforkt von Mirrors/Paper
Fix compile
Dieser Commit ist enthalten in:
Ursprung
13786438fc
Commit
82bf2e5436
@ -61,7 +61,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
boolean flag7 = (Boolean) iblockdata2.getValue(TripWireBlock.POWERED);
|
boolean flag7 = (Boolean) iblockdata2.getValue(TripWireBlock.POWERED);
|
||||||
|
|
||||||
flag5 |= flag6 && flag7;
|
flag5 |= flag6 && flag7;
|
||||||
+ if (k != i || !tripWireBeingRemoved || !flag6)) // Paper - don't update the tripwire again if being removed and not disarmed
|
+ if (k != i || !tripWireBeingRemoved || !flag6) // Paper - don't update the tripwire again if being removed and not disarmed
|
||||||
aiblockdata[k] = iblockdata2;
|
aiblockdata[k] = iblockdata2;
|
||||||
if (k == i) {
|
if (k == i) {
|
||||||
world.scheduleTick(pos, (Block) this, 10);
|
world.scheduleTick(pos, (Block) this, 10);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren