mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
Fixed minecarts forgetting their purpose in life
This commit is contained in:
parent
965b185c5c
commit
53b32f43cc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue