port to 1.21.2, MOVEMENTS ARE BROKEN
This commit is contained in:
parent
9d7ac6b213
commit
412c3f47ab
5 changed files with 131 additions and 145 deletions
|
@ -20,8 +20,8 @@ public abstract class EntityMixin {
|
|||
if (getUuid().equals(Main.client.player.getUuid())) {
|
||||
if (Main.me.is_replaying) {
|
||||
if (Main.input_replay != null &&
|
||||
Main.input_replay.sprinting != null &&
|
||||
Main.input_replay.sprinting != sprinting) {
|
||||
Main.input_replay.sprint != null &&
|
||||
Main.input_replay.sprint != sprinting) {
|
||||
ci.cancel();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue