Move comment up

This commit is contained in:
Jason Penilla 2022-02-28 19:10:41 -07:00
parent ee8cb0111c
commit 7900a59466

View file

@ -1801,13 +1801,13 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
if (((SortedArraySet) entry.getValue()).isEmpty()) {
@@ -0,0 +0,0 @@ public abstract class DistanceManager {
}
}
// CraftBukkit end
+ /* Paper - replace old loader system
private class FixedPlayerDistanceChunkTracker extends ChunkTracker {
private class ChunkTicketTracker extends ChunkTracker {
protected final Long2ByteMap chunks = new Long2ByteOpenHashMap();
public ChunkTicketTracker() {
@@ -0,0 +0,0 @@ public abstract class DistanceManager {
return distance <= this.viewDistance - 2;
}