demo...srs?

This commit is contained in:
deviltti 2016-06-21 21:52:40 -04:00
parent bb02f94d38
commit 7a25c818f2
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ namespace FFXIVClassic_Lobby_Server.packets
{ {
#if DEBUG #if DEBUG
logger.ColorDebug( logger.ColorDebug(
string.Format("Size:0x{0:X} Opcode:0x{1:X}{2}{3}", header.subpacketSize, header.type, string.Format("Size:0x{0:X} Opcode:0x{1:X}{2}{3}", header.subpacketSize, gameMessage.opcode,
Environment.NewLine, Environment.NewLine,
Utils.ByteArrayToHex(GetHeaderBytes())), ConsoleOutputColor.DarkRed); Utils.ByteArrayToHex(GetHeaderBytes())), ConsoleOutputColor.DarkRed);

View File

@ -145,7 +145,7 @@ namespace FFXIVClassic_Map_Server.packets
{ {
#if DEBUG #if DEBUG
logger.ColorDebug( logger.ColorDebug(
string.Format("Size:0x{0:X} Opcode:0x{1:X}{2}{3}", header.subpacketSize, header.type, string.Format("Size:0x{0:X} Opcode:0x{1:X}{2}{3}", header.subpacketSize, gameMessage.opcode,
Environment.NewLine, Environment.NewLine,
Utils.ByteArrayToHex(GetHeaderBytes())), ConsoleOutputColor.DarkRed); Utils.ByteArrayToHex(GetHeaderBytes())), ConsoleOutputColor.DarkRed);