mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 20:23:53 -07:00
Fixed issues introduced by recent 'portal changes' commit.
This commit is contained in:
@@ -583,6 +583,7 @@ public class EntityMinecart extends Entity implements IInventory {
|
||||
}
|
||||
|
||||
if (this.passenger != null && this.passenger.dead) {
|
||||
this.passenger.vehicle = null;
|
||||
this.passenger = null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user