3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-09-08 20:43:04 +02:00

Finish my thought

Dieser Commit ist enthalten in:
Camotoy 2021-06-27 23:26:32 -04:00
Ursprung ad5356472d
Commit 90fa5610f5
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 7EEFB66FE798081F

Datei anzeigen

@ -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