mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 22:57:45 +00:00
* Fix logout dc
This commit is contained in:
parent
dbe289385a
commit
497f555eb4
1 changed files with 0 additions and 1 deletions
|
@ -294,7 +294,6 @@ void Core::ServerZone::mainLoop()
|
|||
// remove session of players marked for removel ( logoff / kick )
|
||||
if( pPlayer->isMarkedForRemoval() && diff > 1 )
|
||||
{
|
||||
it->second->close();
|
||||
// if( it->second.unique() )
|
||||
{
|
||||
g_log.info("[" + std::to_string(it->second->getId() ) + "] Session removal" );
|
||||
|
|
Loading…
Add table
Reference in a new issue