mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
Removed debug and fixed //craftbukkit comments from 0239b76f611597f8486a
This commit is contained in:
@@ -196,12 +196,11 @@ public class ChunkProviderServer implements IChunkProvider {
|
||||
|
||||
public boolean a() {
|
||||
if (!this.g.C) {
|
||||
// CraftBukkit start
|
||||
while (!this.a.isEmpty()) {
|
||||
// CraftBukkit start
|
||||
long chunkcoordinates = this.a.popFirst();
|
||||
Chunk chunk = e.get(chunkcoordinates);
|
||||
if (chunk == null) continue;
|
||||
// CraftBukkit end
|
||||
chunk.e();
|
||||
this.b(chunk);
|
||||
this.a(chunk);
|
||||
@@ -209,6 +208,7 @@ public class ChunkProviderServer implements IChunkProvider {
|
||||
this.e.remove(chunkcoordinates);
|
||||
this.f.remove(chunk);
|
||||
}
|
||||
// CraftBukkit end
|
||||
|
||||
if (this.d != null) {
|
||||
this.d.a();
|
||||
|
Reference in New Issue
Block a user