Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-03 14:50:19 +01:00
Finish my thought
Dieser Commit ist enthalten in:
Ursprung
ad5356472d
Commit
90fa5610f5
@ -78,7 +78,7 @@ public class ChunkCache {
|
||||
if (chunk == null) {
|
||||
if (block != BlockTranslator.JAVA_AIR_ID) {
|
||||
chunk = new Chunk();
|
||||
// A previously empty chunk, which is no longer empty as a
|
||||
// A previously empty chunk, which is no longer empty as a block has been added to it
|
||||
column.getChunks()[(y >> 4) - getChunkMinY()] = chunk;
|
||||
} else {
|
||||
// Nothing to update
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren