mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
Missing lobby packet????
This commit is contained in:
parent
5dff4cbdd3
commit
8c95543f6d
@ -49,7 +49,7 @@ namespace FFXIVClassic_Lobby_Server.packets
|
||||
data = memStream.GetBuffer();
|
||||
}
|
||||
|
||||
SubPacket subpacket = new SubPacket(OPCODE, 0xe0006868, 0xe0006868, data);
|
||||
SubPacket subpacket = new SubPacket(OPCODE, 0xe0006868, data);
|
||||
subPackets.Add(subpacket);
|
||||
|
||||
return subPackets;
|
||||
|
Loading…
Reference in New Issue
Block a user