1
Fork 0
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:
goaaats 2017-12-02 17:50:08 +01:00
parent dbe289385a
commit 497f555eb4

View file

@ -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" );