aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0184-Configurable-sprint-interruption-on-attack.patch
diff options
context:
space:
mode:
authorscarfacered <[email protected]>2024-06-23 16:03:32 -0400
committerGitHub <[email protected]>2024-06-23 22:03:32 +0200
commit19eefe93210a959d89af09108be3eb10830af672 (patch)
tree69b4e559a95133b6c2c4a86b1424b465c77f0be7 /patches/server/0184-Configurable-sprint-interruption-on-attack.patch
parent812701d901234f24575a20edd64940728c603ac5 (diff)
downloadPaper-19eefe93210a959d89af09108be3eb10830af672.tar.gz
Paper-19eefe93210a959d89af09108be3eb10830af672.zip
Fix SoundEffects only to players diff (#10966)
Co-authored-by: Nassim Jahnke <[email protected]>
Diffstat (limited to 'patches/server/0184-Configurable-sprint-interruption-on-attack.patch')
-rw-r--r--patches/server/0184-Configurable-sprint-interruption-on-attack.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0184-Configurable-sprint-interruption-on-attack.patch b/patches/server/0184-Configurable-sprint-interruption-on-attack.patch
index be219944ad..28d5c976c0 100644
--- a/patches/server/0184-Configurable-sprint-interruption-on-attack.patch
+++ b/patches/server/0184-Configurable-sprint-interruption-on-attack.patch
@@ -6,7 +6,7 @@ Subject: [PATCH] Configurable sprint interruption on attack
If the sprint interruption is disabled players continue sprinting when they attack entities.
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 92ff2ccfbcc554281a70337a0a759bf6f2e2bca0..b85838c24c94b282f1f0fe55fa20a2c1f80363a6 100644
+index d365fd0fa03a773b21b64f0a84a8b2d83a740845..8977aaa75b287cbd13ed18a5ee5ba950fcd738e6 100644
--- a/src/main/java/net/minecraft/world/entity/player/Player.java
+++ b/src/main/java/net/minecraft/world/entity/player/Player.java
@@ -1306,7 +1306,11 @@ public abstract class Player extends LivingEntity {