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
|
@ -388,8 +388,6 @@ void Sapphire::Network::GameConnection::handleGamePacket( Packets::FFXIVARR_PACK
|
|||
|
||||
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 ] ) )
|
||||
{
|
||||
case ClientVersionInfo:
|
||||
|
|
Loading…
Add table
Reference in a new issue