mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 03:48:01 +01:00
Fixed minecarts forgetting their purpose in life
This commit is contained in:
parent
965b185c5c
commit
53b32f43cc
@ -210,7 +210,7 @@ public class EntityMinecart extends Entity implements IInventory {
|
|||||||
super.die();
|
super.die();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void m_() {
|
public void s_() {
|
||||||
// CraftBukkit start
|
// CraftBukkit start
|
||||||
double prevX = this.locX;
|
double prevX = this.locX;
|
||||||
double prevY = this.locY;
|
double prevY = this.locY;
|
||||||
|
Loading…
Reference in New Issue
Block a user