mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
Don´t kick sessions that are ´idle´ in the login queue.
--HG-- branch : trunk
This commit is contained in:
@@ -300,7 +300,7 @@ class WorldSession
|
||||
}
|
||||
bool IsConnectionIdle() const
|
||||
{
|
||||
if (m_timeOutTime <= 0)
|
||||
if (m_timeOutTime <= 0 && !m_inQueue)
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user