diff options
| author | XTZGZoReX <none@none> | 2009-03-21 13:51:28 +0100 |
|---|---|---|
| committer | XTZGZoReX <none@none> | 2009-03-21 13:51:28 +0100 |
| commit | 55695eda786667a34d6c0ae59496d787dfba4b3e (patch) | |
| tree | 3d62e720455cef466b992a5055cfb115c6392403 /src/game/World.cpp | |
| parent | bab99cedba0217e050708e4d8eb8868fb7596343 (diff) | |
* Implement ".server set closed on/off" command to allow/deny new connections to the world.
--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 bbfa47edd6c..947500c09dc 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -120,6 +120,8 @@ World::World() m_updateTimeSum = 0; m_updateTimeCount = 0; + + m_isClosed = false; } /// World destructor |
