mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-22 06:55:36 +01:00
Move comment up
This commit is contained in:
parent
ee8cb0111c
commit
7900a59466
1 changed files with 3 additions and 3 deletions
|
@ -1802,12 +1802,12 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
if (((SortedArraySet) entry.getValue()).isEmpty()) {
|
if (((SortedArraySet) entry.getValue()).isEmpty()) {
|
||||||
@@ -0,0 +0,0 @@ public abstract class DistanceManager {
|
@@ -0,0 +0,0 @@ public abstract class DistanceManager {
|
||||||
}
|
}
|
||||||
}
|
// CraftBukkit end
|
||||||
|
|
||||||
+ /* Paper - replace old loader system
|
+ /* 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 {
|
@@ -0,0 +0,0 @@ public abstract class DistanceManager {
|
||||||
return distance <= this.viewDistance - 2;
|
return distance <= this.viewDistance - 2;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue