diff options
Diffstat (limited to 'patches/server/0098-Fix-global-sound-handling.patch')
-rw-r--r-- | patches/server/0098-Fix-global-sound-handling.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0098-Fix-global-sound-handling.patch b/patches/server/0098-Fix-global-sound-handling.patch index fa6f2eff95..3832607897 100644 --- a/patches/server/0098-Fix-global-sound-handling.patch +++ b/patches/server/0098-Fix-global-sound-handling.patch @@ -81,10 +81,10 @@ index 5bc68514a1e8a212e2681f06b918548c0ec565b6..1977e702f6af39ebf100c1f2f2edc2d1 double deltaLength = Math.sqrt(distanceSquared); double relativeX = player.getX() + (deltaX / deltaLength) * viewDistance; diff --git a/src/main/java/net/minecraft/world/level/Level.java b/src/main/java/net/minecraft/world/level/Level.java -index ebdb6e838ecd378edc81b92cc3a8a1955d2498c1..29b17f408e1ad304996ce116737ee4fbc248da4c 100644 +index 0137f61a572800ea7bb013185835a1ad4cd0462c..1ecde4f1dff5bfa67c526a699061f1952da59fae 100644 --- a/src/main/java/net/minecraft/world/level/Level.java +++ b/src/main/java/net/minecraft/world/level/Level.java -@@ -1268,4 +1268,14 @@ public abstract class Level implements LevelAccessor, AutoCloseable { +@@ -1269,4 +1269,14 @@ public abstract class Level implements LevelAccessor, AutoCloseable { private ExplosionInteraction() {} } |