mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Fixed NLog config for map server. Added some debug printouts while testing.
This commit is contained in:
parent
37b098e87a
commit
06e7ea59f4
4 changed files with 12 additions and 5 deletions
|
@ -35,7 +35,9 @@ namespace FFXIVClassic_World_Server
|
|||
|
||||
while (SendPacketQueue.Count > 0)
|
||||
{
|
||||
BasePacket packet = SendPacketQueue.Take();
|
||||
BasePacket packet = SendPacketQueue.Take();
|
||||
|
||||
packet.DebugPrintPacket();
|
||||
|
||||
byte[] packetBytes = packet.GetPacketBytes();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue