From 55695eda786667a34d6c0ae59496d787dfba4b3e Mon Sep 17 00:00:00 2001 From: XTZGZoReX Date: Sat, 21 Mar 2009 13:51:28 +0100 Subject: * Implement ".server set closed on/off" command to allow/deny new connections to the world. --HG-- branch : trunk --- src/game/World.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/World.cpp') 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 -- cgit v1.2.3