Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-20 05:20:07 +01:00
Fixed multiworld loading of some worlds, yay for 1 letter fixes :D
Dieser Commit ist enthalten in:
Ursprung
67924529a0
Commit
8665161eaa
@ -568,7 +568,7 @@ public final class CraftServer implements Server {
|
|||||||
ChunkCoordinates chunkcoordinates = internal.getSpawn();
|
ChunkCoordinates chunkcoordinates = internal.getSpawn();
|
||||||
internal.chunkProviderServer.getChunkAt(chunkcoordinates.x + j >> 4, chunkcoordinates.z + k >> 4);
|
internal.chunkProviderServer.getChunkAt(chunkcoordinates.x + j >> 4, chunkcoordinates.z + k >> 4);
|
||||||
|
|
||||||
while (internal.v()) {
|
while (internal.x()) {
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren