aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/WorldSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/WorldSession.h b/src/game/WorldSession.h
index be511f219bc..a6cfae9c06d 100644
--- a/src/game/WorldSession.h
+++ b/src/game/WorldSession.h
@@ -300,7 +300,7 @@ class WorldSession
}
bool IsConnectionIdle() const
{
- if (m_timeOutTime <= 0)
+ if (m_timeOutTime <= 0 && !m_inQueue)
return true;
return false;
}