1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-02 08:57:44 +00:00

* Fix logout dc

This commit is contained in:
goaaats 2017-12-02 17:50:08 +01:00
parent 7019e2368b
commit 78eaa2d833

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