aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0905-Don-t-check-if-we-can-see-non-visible-entities.patch
diff options
context:
space:
mode:
authorNassim Jahnke <[email protected]>2024-06-14 13:07:50 +0200
committerNassim Jahnke <[email protected]>2024-06-14 13:07:50 +0200
commit3c04f9f668c3a42cb294c5e55a846793894312e5 (patch)
treec762ee49a5c4d13de6e2fffb70ca2193dd8a2905 /patches/server/0905-Don-t-check-if-we-can-see-non-visible-entities.patch
parent6a34750160dd86201db605210eb638eb33d897a1 (diff)
downloadPaper-3c04f9f668c3a42cb294c5e55a846793894312e5.tar.gz
Paper-3c04f9f668c3a42cb294c5e55a846793894312e5.zip
Fix a few compile errors
Diffstat (limited to 'patches/server/0905-Don-t-check-if-we-can-see-non-visible-entities.patch')
-rw-r--r--patches/server/0905-Don-t-check-if-we-can-see-non-visible-entities.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0905-Don-t-check-if-we-can-see-non-visible-entities.patch b/patches/server/0905-Don-t-check-if-we-can-see-non-visible-entities.patch
index 109e1a443b..43404ba162 100644
--- a/patches/server/0905-Don-t-check-if-we-can-see-non-visible-entities.patch
+++ b/patches/server/0905-Don-t-check-if-we-can-see-non-visible-entities.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] Don't check if we can see non-visible entities
diff --git a/src/main/java/net/minecraft/server/level/ChunkMap.java b/src/main/java/net/minecraft/server/level/ChunkMap.java
-index 6c5557aad2455b79bb2adf8939eb9a6127ccc3c3..469f1dcb22c06025681e727e281b5b53f2b21c1f 100644
+index 38df456d3646c384d17ae9aec60c18fcd0651b4b..cf4517e57169856acd0782e5ced4eb8c045b8d78 100644
--- a/src/main/java/net/minecraft/server/level/ChunkMap.java
+++ b/src/main/java/net/minecraft/server/level/ChunkMap.java
@@ -1604,7 +1604,7 @@ public class ChunkMap extends ChunkStorage implements ChunkHolder.PlayerProvider