if (message.isContiguous()) {
uncompressedSize += message.getBiomeData().length;
}
buffer.writeShort(sectionsSentBitmap);
buffer.writeShort(additionalDataBitMap);
byte[] uncompressedData = new byte[uncompressedSize];
int index = 0;
// TODO - fix this total hack
index = writeSectionData(data, 0, uncompressedData, index, 4096);