Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-08 17:20:20 +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 (chunk == null) {
|
||||||
if (block != BlockTranslator.JAVA_AIR_ID) {
|
if (block != BlockTranslator.JAVA_AIR_ID) {
|
||||||
chunk = new Chunk();
|
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;
|
column.getChunks()[(y >> 4) - getChunkMinY()] = chunk;
|
||||||
} else {
|
} else {
|
||||||
// Nothing to update
|
// Nothing to update
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren