diff --git a/include/Common.h b/include/Common.h index 4698f6e..88e2732 100644 --- a/include/Common.h +++ b/include/Common.h @@ -44,7 +44,7 @@ public: std::string SSLKeyPath { "./.ssl/HttpServer/key.pem" }; std::string SSLCertPath { "./.ssl/HttpServer/cert.pem" }; bool HTTPServerEnabled { false }; - int MaxPlayers { 10 }; + int MaxPlayers { 8 }; bool Private { true }; int MaxCars { 1 }; bool DebugModeEnabled { false };