mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
Refactored world server.
This commit is contained in:
parent
9353f77db0
commit
516564a896
33 changed files with 83 additions and 83 deletions
|
@ -337,7 +337,7 @@ namespace FFXIVClassic_World_Server
|
|||
else if (mZoneSessionList.ContainsKey(sessionId))
|
||||
{
|
||||
ClientConnection conn = mZoneSessionList[sessionId].clientConnection;
|
||||
conn.QueuePacket(subpacket, true, false);
|
||||
conn.QueuePacket(subpacket);
|
||||
conn.FlushQueuedSendPackets();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue