Closed Protonull closed 1 year ago
There's no need to have each chunk contain a copy of the world string when it can be stored once on the packet itself.
Also updated the CatchupRequestPacket so that there's no array expansion happening.
Is this done? Presumably there needs to be client changes to handle the new packet format yes?
Nothing has changed about the serialised-packet's structure
There's no need to have each chunk contain a copy of the world string when it can be stored once on the packet itself.
Also updated the CatchupRequestPacket so that there's no array expansion happening.