mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Refactored world server.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user