Fixed nether namespace

This commit is contained in:
LOOHP
2020-08-03 23:30:38 +08:00
parent 7103bd0eb1
commit 96bb492fc4
3 changed files with 5 additions and 5 deletions
@@ -61,7 +61,7 @@ public class PacketPlayOutMapChunk extends Packet {
// output.writeInt(i);
//}
for (int i = 0; i < 1024; i++) {
output.writeInt(17);
output.writeInt(127);
}
ByteArrayOutputStream dataBuffer = new ByteArrayOutputStream();