mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-26 19:07:40 +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();
|
||||
}
|
||||
|
||||
public void m_() {
|
||||
public void s_() {
|
||||
// CraftBukkit start
|
||||
double prevX = this.locX;
|
||||
double prevY = this.locY;
|
||||
|
Loading…
Reference in New Issue
Block a user