mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 07:37: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 )
|
// remove session of players marked for removel ( logoff / kick )
|
||||||
if( pPlayer->isMarkedForRemoval() && diff > 1 )
|
if( pPlayer->isMarkedForRemoval() && diff > 1 )
|
||||||
{
|
{
|
||||||
it->second->close();
|
|
||||||
// if( it->second.unique() )
|
// if( it->second.unique() )
|
||||||
{
|
{
|
||||||
g_log.info("[" + std::to_string(it->second->getId() ) + "] Session removal" );
|
g_log.info("[" + std::to_string(it->second->getId() ) + "] Session removal" );
|
||||||
|
|
Loading…
Add table
Reference in a new issue