forked from BLOCKFANTASY/LOOHP-Limbo
Fixed nether namespace
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user