From 1427966d1a87c3f6e7c53206d0160d05ae5ba504 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Wed, 23 Jun 2021 02:08:21 +0200 Subject: [PATCH] private false by default --- include/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){}