mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 22:14:39 +02:00
World list packet fixes, and worked on reserve packet.
This commit is contained in:
parent
e7e267bd44
commit
6c869353cc
3 changed files with 6 additions and 5 deletions
|
@ -165,7 +165,7 @@ namespace FFXIVClassic_Lobby_Server.packets
|
|||
{
|
||||
byte[] subpacketData = subpacket.getBytes();
|
||||
Array.Copy(subpacketData, 0, data, offset, subpacketData.Length);
|
||||
header.packetSize += (ushort)subpacketData.Length;
|
||||
offset += (ushort)subpacketData.Length;
|
||||
}
|
||||
|
||||
Debug.Assert(data != null && offset == data.Length && header.packetSize == 0x10 + offset);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue