Change default MaxPlayers to 8

This commit is contained in:
Lion Kortlepel
2022-03-25 13:32:41 +01:00
parent 71c2d4b859
commit f8c58f363a

View File

@@ -44,7 +44,7 @@ public:
std::string SSLKeyPath { "./.ssl/HttpServer/key.pem" }; std::string SSLKeyPath { "./.ssl/HttpServer/key.pem" };
std::string SSLCertPath { "./.ssl/HttpServer/cert.pem" }; std::string SSLCertPath { "./.ssl/HttpServer/cert.pem" };
bool HTTPServerEnabled { false }; bool HTTPServerEnabled { false };
int MaxPlayers { 10 }; int MaxPlayers { 8 };
bool Private { true }; bool Private { true };
int MaxCars { 1 }; int MaxCars { 1 };
bool DebugModeEnabled { false }; bool DebugModeEnabled { false };