diff --git a/include/Common.h b/include/Common.h index ee32b0e..1f40316 100644 --- a/include/Common.h +++ b/include/Common.h @@ -23,7 +23,7 @@ public: Resource("Resources"), MapName("/levels/gridmap/info.json"), MaxPlayers(10), - Private(true), + Private(false), MaxCars(1), DebugModeEnabled(false), Port(30814){}