mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 22:57:45 +00:00
Discov ref should be a debug, not notice
This commit is contained in:
parent
d8c71d69ca
commit
68d0fb7186
1 changed files with 2 additions and 2 deletions
|
@ -365,7 +365,7 @@ void Core::Network::GameConnection::discoveryHandler( const Core::Network::Packe
|
|||
|
||||
if( !pQR->next() )
|
||||
{
|
||||
player.sendNotice( "Discovery ref pos ID: " + std::to_string( positionRef ) + " not found. " );
|
||||
player.sendDebug( "Discovery ref pos ID: " + std::to_string( positionRef ) + " not found. " );
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -374,7 +374,7 @@ void Core::Network::GameConnection::discoveryHandler( const Core::Network::Packe
|
|||
discoveryPacket->data().map_part_id = pQR->getUInt( 3 );
|
||||
|
||||
player.queuePacket( discoveryPacket );
|
||||
player.sendNotice( "Discovery ref pos ID: " + std::to_string( positionRef ) );
|
||||
player.sendDebug( "Discovery ref pos ID: " + std::to_string( positionRef ) );
|
||||
|
||||
player.discover( pQR->getUInt16( 2 ), pQR->getUInt16( 3 ) );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue