mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-25 12:45:35 +01:00
Remove debug message
This commit is contained in:
parent
89e43cc1dc
commit
aada25b865
@ -38,7 +38,6 @@ public class Chunk1_10Type extends PartialType<Chunk, ClientWorld> {
|
||||
int chunkX = input.readInt();
|
||||
int chunkZ = input.readInt();
|
||||
|
||||
System.out.println(chunkX + "/" + chunkZ);
|
||||
boolean groundUp = input.readBoolean();
|
||||
int primaryBitmask = Type.VAR_INT.read(input);
|
||||
Type.VAR_INT.read(input);
|
||||
|
Loading…
Reference in New Issue
Block a user