geforkt von Mirrors/Paper
Ensure valid vehicle status
Dieser Commit ist enthalten in:
Ursprung
83a6307788
Commit
457b4033ab
@ -351,7 +351,7 @@
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
+ if (persistVehicle && entity1 != null && entity != this && entity.hasExactlyOnePlayerPassenger()) {
|
||||
+ if (persistVehicle && entity1 != null && entity != this && entity.hasExactlyOnePlayerPassenger() && !entity.isRemoved()) { // Paper - Ensure valid vehicle status
|
||||
+ // CraftBukkit end
|
||||
CompoundTag nbttagcompound1 = new CompoundTag();
|
||||
CompoundTag nbttagcompound2 = new CompoundTag();
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren