mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-10 17:52:02 -07:00
Update to mcdev rename revision 01 for 1.8.1
This commit is contained in:
@@ -863,9 +863,9 @@ public class NetServerHandler extends NetHandler implements ICommandListener {
|
||||
} else if (packet19entityaction.animation == 2) {
|
||||
this.player.setSneak(false);
|
||||
} else if (packet19entityaction.animation == 4) {
|
||||
this.player.g(true);
|
||||
this.player.setSprinting(true);
|
||||
} else if (packet19entityaction.animation == 5) {
|
||||
this.player.g(false);
|
||||
this.player.setSprinting(false);
|
||||
} else if (packet19entityaction.animation == 3) {
|
||||
this.player.a(false, true, true);
|
||||
this.checkMovement = false;
|
||||
|
Reference in New Issue
Block a user