mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-02 08:57:44 +00:00
remove debug code accidentally left in lobby
This commit is contained in:
parent
5d3ae12a26
commit
19201682bd
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;
|
||||
|
||||
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