Add dropped hunk from mid-tick tasks (#7034)

This commit is contained in:
Jake Potrebic
2021-12-05 13:58:01 -08:00
parent 69a15173ba
commit a271feefae
5 changed files with 25 additions and 24 deletions

View File

@@ -6528,7 +6528,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ // Paper start
+ public final com.destroystokyo.paper.util.maplist.EntityList entities = new com.destroystokyo.paper.util.maplist.EntityList();
+ public ChunkHolder playerChunk;
+ public @Nullable ChunkHolder playerChunk;
+
+ static final int NEIGHBOUR_CACHE_RADIUS = 3;
+ public static int getNeighbourCacheRadius() {