mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-25 03:48:23 +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
|
@ -136,6 +136,7 @@ namespace FFXIVClassic_World_Server
|
|||
|
||||
public void OnReceiveSubPacketFromZone(ZoneServer zoneServer, SubPacket subpacket)
|
||||
{
|
||||
subpacket.DebugPrintSubPacket();
|
||||
uint sessionId = subpacket.header.targetId;
|
||||
|
||||
if (mZoneSessionList.ContainsKey(sessionId))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue