diff options
author | Lulu13022002 <[email protected]> | 2024-10-29 16:54:40 +0100 |
---|---|---|
committer | Lulu13022002 <[email protected]> | 2024-10-29 16:54:40 +0100 |
commit | d576cfc23496bccc68282ff2ca8ee378122da02f (patch) | |
tree | 689d7e53d3ae59559deec58fe91628cd7d748b93 /patches/server/0914-Reduce-allocation-of-Vec3D-by-entity-tracker.patch | |
parent | 49eae0d5fbef659be9ff398c38da4c4bcf5ebd11 (diff) | |
download | Paper-d576cfc23496bccc68282ff2ca8ee378122da02f.tar.gz Paper-d576cfc23496bccc68282ff2ca8ee378122da02f.zip |
cleanup bugfix patch
Diffstat (limited to 'patches/server/0914-Reduce-allocation-of-Vec3D-by-entity-tracker.patch')
-rw-r--r-- | patches/server/0914-Reduce-allocation-of-Vec3D-by-entity-tracker.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0914-Reduce-allocation-of-Vec3D-by-entity-tracker.patch b/patches/server/0914-Reduce-allocation-of-Vec3D-by-entity-tracker.patch index cd53371b6b..c1b9e8e12b 100644 --- a/patches/server/0914-Reduce-allocation-of-Vec3D-by-entity-tracker.patch +++ b/patches/server/0914-Reduce-allocation-of-Vec3D-by-entity-tracker.patch @@ -18,7 +18,7 @@ index a043ac10834562d357ef0b5aded2e916e2a0d056..74276c368016fcc4dbf9579b2ecbadc9 @VisibleForTesting static long encode(double value) { diff --git a/src/main/java/net/minecraft/server/level/ChunkMap.java b/src/main/java/net/minecraft/server/level/ChunkMap.java -index bf6d5f9e23387da845d6fe246c9013ec4d13cfb1..9b64dfe8f1727519673cc87be2398d43601e68ef 100644 +index 7483f9f2639c58a4f43e264211791f4377e1db64..7317c353edab8b11d9d94e257f968ac49284f47a 100644 --- a/src/main/java/net/minecraft/server/level/ChunkMap.java +++ b/src/main/java/net/minecraft/server/level/ChunkMap.java @@ -1572,10 +1572,14 @@ public class ChunkMap extends ChunkStorage implements ChunkHolder.PlayerProvider |