mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 07:07:45 +00:00
remove debug code accidentally left in lobby
This commit is contained in:
parent
4482d91e8e
commit
c5d63e2ecc
1 changed files with 1 additions and 3 deletions
|
@ -387,9 +387,7 @@ void Sapphire::Network::GameConnection::handleGamePacket( Packets::FFXIVARR_PACK
|
||||||
uint32_t tmpId = packet.segHdr.target_actor;
|
uint32_t tmpId = packet.segHdr.target_actor;
|
||||||
|
|
||||||
Logger::info( "OpCode [{0}]", *reinterpret_cast< uint16_t* >( &packet.data[ 2 ] ) );
|
Logger::info( "OpCode [{0}]", *reinterpret_cast< uint16_t* >( &packet.data[ 2 ] ) );
|
||||||
|
|
||||||
Logger::info( Util::binaryToHexDump( packet.data.data(), packet.data.size() ) );
|
|
||||||
|
|
||||||
switch( *reinterpret_cast< uint16_t* >( &packet.data[ 2 ] ) )
|
switch( *reinterpret_cast< uint16_t* >( &packet.data[ 2 ] ) )
|
||||||
{
|
{
|
||||||
case ClientVersionInfo:
|
case ClientVersionInfo:
|
||||||
|
|
Loading…
Add table
Reference in a new issue