mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 14:04:41 +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
|
@ -254,7 +254,8 @@ namespace FFXIVClassic_Lobby_Server
|
|||
|
||||
BasePacket basePacket = BasePacket.createPacket(subPackets, true, false);
|
||||
BasePacket.encryptPacket(client.blowfish, basePacket);
|
||||
client.queuePacket(basePacket);
|
||||
client.queuePacket(basePacket);
|
||||
|
||||
}
|
||||
|
||||
private void sendUnknownList(ClientConnection client, SubPacket packet)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue