diff options
| author | Anubisss <none@none> | 2009-07-12 00:16:56 +0200 |
|---|---|---|
| committer | Anubisss <none@none> | 2009-07-12 00:16:56 +0200 |
| commit | 692c927e75c6c9a32d53da8d7f6319508d9b6fb9 (patch) | |
| tree | dae217f9c8d6beac1fc88b2a0a76d2b202c0eeb0 /src/game/World.cpp | |
| parent | f43339f9731410c5be95a3c8ea61b88586850961 (diff) | |
*Show online players numbers in command server info.
--HG--
branch : trunk
Diffstat (limited to 'src/game/World.cpp')
| -rw-r--r-- | src/game/World.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index 2fa90e6c148..8750c5417bb 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -102,6 +102,8 @@ World::World() m_startTime=m_gameTime; m_maxActiveSessionCount = 0; m_maxQueuedSessionCount = 0; + m_PlayerCount = 0; + m_MaxPlayerCount = 0; m_resultQueue = NULL; m_NextDailyQuestReset = 0; |
