Fixed minecarts forgetting their purpose in life

This commit is contained in:
Dinnerbone 2011-09-15 06:33:57 +01:00
parent 965b185c5c
commit 53b32f43cc

View File

@ -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;