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