mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Oops
This commit is contained in:
parent
db1563aa79
commit
7972f089d9
1 changed files with 0 additions and 1 deletions
|
@ -105,7 +105,6 @@ public class ChunkUtils {
|
||||||
|
|
||||||
EMPTY_CHUNK_DATA = new byte[byteBuf.readableBytes()];
|
EMPTY_CHUNK_DATA = new byte[byteBuf.readableBytes()];
|
||||||
byteBuf.readBytes(EMPTY_CHUNK_DATA);
|
byteBuf.readBytes(EMPTY_CHUNK_DATA);
|
||||||
System.out.println(EMPTY_CHUNK_DATA.length);
|
|
||||||
} finally {
|
} finally {
|
||||||
byteBuf.release();
|
byteBuf.release();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue