mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +00:00
Add missing call to World::RemoveQueuedPlayer, now auth queue should work!
This commit is contained in:
parent
5944377d94
commit
b195eb87a9
1 changed files with 1 additions and 0 deletions
|
|
@ -2436,6 +2436,7 @@ void World::UpdateSessions( time_t diff )
|
||||||
///- and remove not active sessions from the list
|
///- and remove not active sessions from the list
|
||||||
if(!itr->second->Update(diff)) // As interval = 0
|
if(!itr->second->Update(diff)) // As interval = 0
|
||||||
{
|
{
|
||||||
|
RemoveQueuedPlayer (itr->second);
|
||||||
delete itr->second;
|
delete itr->second;
|
||||||
m_sessions.erase(itr);
|
m_sessions.erase(itr);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue