mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-24 21:57:44 +00:00
Don't log replays
This commit is contained in:
parent
691f5dfd54
commit
1f8e5f18a8
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ void Core::Session::processReplay()
|
|||
{
|
||||
m_pZoneConnection->injectPacket( std::get< 1 >( set ), *getPlayer().get() );
|
||||
m_replayCache.erase( m_replayCache.begin() + at );
|
||||
g_log.info( "Sent for " + std::to_string( std::get< 0 >( set ) ) + ", left: " + std::to_string( m_replayCache.size() ) );
|
||||
//g_log.info( "Sent for " + std::to_string( std::get< 0 >( set ) ) + ", left: " + std::to_string( m_replayCache.size() ) );
|
||||
}
|
||||
at++;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue