Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-16 21:10:17 +01:00
Fixed chunk unloading
Dieser Commit ist enthalten in:
Ursprung
a52f5ef520
Commit
1d49e5a4b1
@ -206,7 +206,7 @@ public class ChunkProviderServer implements IChunkProvider {
|
||||
chunk.e();
|
||||
this.b(chunk);
|
||||
this.a(chunk);
|
||||
// this.a.remove(chunkcoordinates); // CraftBukkit
|
||||
this.a.remove(chunkcoordinates);
|
||||
this.e.remove(chunkcoordinates);
|
||||
this.f.remove(chunk);
|
||||
}
|
||||
|
@ -123,6 +123,7 @@ public class CraftWorld implements World {
|
||||
provider.a(chunk);
|
||||
}
|
||||
|
||||
provider.a.remove(x, z);
|
||||
provider.a.remove(x, z);
|
||||
provider.e.remove(x, z);
|
||||
provider.f.remove(chunk);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren