mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 17:01:56 +01:00
Move comment up
This commit is contained in:
parent
ee8cb0111c
commit
7900a59466
1 changed files with 3 additions and 3 deletions
|
@ -1801,13 +1801,13 @@ 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…
Reference in a new issue