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

@@ -146,7 +146,7 @@ public class EntitySlime extends EntityInsentient implements IMonster {
} else {
this.bc = false;
if (this.onGround) {
this.bd = this.bf = 0.0F;
this.bd = this.be = 0.0F;
}
}
}