Fix diff in sprint interruption option (Closes #10939)
This commit is contained in:
parent
2118196dd5
commit
8b1d26df0b
16 changed files with 25 additions and 25 deletions
|
@ -16,7 +16,7 @@ sideeffects, meaning the disable event cannot share a handlerlist with
|
|||
the cooldown event
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/world/entity/player/Player.java b/src/main/java/net/minecraft/world/entity/player/Player.java
|
||||
index a77c2847a3bc161f0bf25eb4c78305ce18afd904..ffb888262ba81073062f6f513c36108688d0f158 100644
|
||||
index fa7410e2a64c42ca7df5b340e4e5a4d03c46dd9b..631d2e064d07169c8895b05ff6ecf66c8f5f9b65 100644
|
||||
--- a/src/main/java/net/minecraft/world/entity/player/Player.java
|
||||
+++ b/src/main/java/net/minecraft/world/entity/player/Player.java
|
||||
@@ -1004,7 +1004,7 @@ public abstract class Player extends LivingEntity {
|
||||
|
@ -28,7 +28,7 @@ index a77c2847a3bc161f0bf25eb4c78305ce18afd904..ffb888262ba81073062f6f513c361086
|
|||
}
|
||||
|
||||
}
|
||||
@@ -1499,8 +1499,21 @@ public abstract class Player extends LivingEntity {
|
||||
@@ -1498,8 +1498,21 @@ public abstract class Player extends LivingEntity {
|
||||
this.attack(target);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue