summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/StarServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/StarServer.h')
-rw-r--r--StarsEx/StarServer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/StarsEx/StarServer.h b/StarsEx/StarServer.h
index a13f278..2164ce0 100644
--- a/StarsEx/StarServer.h
+++ b/StarsEx/StarServer.h
@@ -46,11 +46,9 @@ public:
void SetGameMode(int mode) override;
void CreateWorld();
- void Shutdown(bool restart=false);
static StarServer* GetInstance() { return instance; }
-
protected:
virtual void UpdateWorld();
virtual void InstantiateMission();