Fixed minecart crash

This commit is contained in:
Andrew 2013-07-14 11:41:30 +12:00
parent dcc3fcea50
commit 15a43ea47a

View File

@ -6,13 +6,6 @@ public abstract class MinecartWatcher extends FlagWatcher {
public MinecartWatcher(int entityId) {
super(entityId);
setValue(16, (byte) 0);
setValue(17, 0);
setValue(18, 1);
setValue(19, 0);
setValue(20, 0);
setValue(21, 6);
setValue(22, (byte) 0);
}
}