geforkt von Mirrors/Paper
Fixed chunk unloading
Dieser Commit ist enthalten in:
Ursprung
a52f5ef520
Commit
1d49e5a4b1
@ -206,7 +206,7 @@ public class ChunkProviderServer implements IChunkProvider {
|
|||||||
chunk.e();
|
chunk.e();
|
||||||
this.b(chunk);
|
this.b(chunk);
|
||||||
this.a(chunk);
|
this.a(chunk);
|
||||||
// this.a.remove(chunkcoordinates); // CraftBukkit
|
this.a.remove(chunkcoordinates);
|
||||||
this.e.remove(chunkcoordinates);
|
this.e.remove(chunkcoordinates);
|
||||||
this.f.remove(chunk);
|
this.f.remove(chunk);
|
||||||
}
|
}
|
||||||
|
@ -123,6 +123,7 @@ public class CraftWorld implements World {
|
|||||||
provider.a(chunk);
|
provider.a(chunk);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
provider.a.remove(x, z);
|
||||||
provider.a.remove(x, z);
|
provider.a.remove(x, z);
|
||||||
provider.e.remove(x, z);
|
provider.e.remove(x, z);
|
||||||
provider.f.remove(chunk);
|
provider.f.remove(chunk);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren