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