summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/StarServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/StarServer.cpp')
-rw-r--r--StarsEx/StarServer.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/StarsEx/StarServer.cpp b/StarsEx/StarServer.cpp
index 7d6d8bc..cb3ab21 100644
--- a/StarsEx/StarServer.cpp
+++ b/StarsEx/StarServer.cpp
@@ -77,7 +77,6 @@ StarServer::StarServer() :
throw "StarServer may have only one instance";
instance = this;
- server = true;
show_mouse = true;
DataLoader::Initialize();
@@ -130,8 +129,6 @@ StarServer::~StarServer()
NetServerConfig::Close();
ModConfig::Close();
- server = false;
-
if (instance == this)
instance = nullptr;
}