mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 05:24:34 +02:00
Added null option for status update packet to send empty list. Added 0x1CF response for FL list to packet processor. Exception reason will now be printed when can't send packet by console.
This commit is contained in:
parent
0dcebd1658
commit
de353c9909
5 changed files with 69 additions and 8 deletions
|
@ -83,7 +83,7 @@ namespace FFXIVClassic_Lobby_Server
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Log.error("Could not load packet");
|
||||
Log.error("Could not load packet: " + e);
|
||||
}
|
||||
}
|
||||
else if (split[0].Equals("property"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue