mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 11:15:57 -07:00
Move comment up
This commit is contained in:
@@ -1802,12 +1802,12 @@ 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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user