Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-03 14:50:19 +01:00
Oops
Dieser Commit ist enthalten in:
Ursprung
db1563aa79
Commit
7972f089d9
@ -105,7 +105,6 @@ public class ChunkUtils {
|
||||
|
||||
EMPTY_CHUNK_DATA = new byte[byteBuf.readableBytes()];
|
||||
byteBuf.readBytes(EMPTY_CHUNK_DATA);
|
||||
System.out.println(EMPTY_CHUNK_DATA.length);
|
||||
} finally {
|
||||
byteBuf.release();
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren