Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gameserver.h')
-rw-r--r--src/core/gameserver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/gameserver.h b/src/core/gameserver.h
index fd2021e..2e492c8 100644
--- a/src/core/gameserver.h
+++ b/src/core/gameserver.h
@@ -69,6 +69,8 @@ private:
Module *server_module;
static GameServer *server_instance;
NetServer *server_network;
+
+ unsigned int server_maxplayerid;
};
inline GameServer *server() { return GameServer::instance(); }