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

@@ -341,7 +341,7 @@ public class PlayerConnection implements PacketPlayInListener {
}
this.player.i();
this.player.W = 0.0F;
this.player.V = 0.0F;
this.player.setLocation(this.y, this.z, this.q, f2, f3);
if (!this.checkMovement) {
return;