Fix missed diff and other small things

This commit is contained in:
Travis Watkins
2014-04-13 04:29:01 -05:00
parent d82e34da59
commit 3dcf159ec1
8 changed files with 17 additions and 13 deletions

View File

@@ -199,7 +199,7 @@ public abstract class EntityMinecartAbstract extends Entity {
}
if (this.locY < -64.0D) {
this.G();
this.F();
}
int i;