Config: private by default

This commit is contained in:
Lion Kortlepel 2021-09-14 12:15:05 +02:00
parent 80aebcb9a7
commit f4900189c0
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# v2.3.3
- CHANGED servers to be private by default
# v2.3.2
- ADDED Ctrl+C causes a graceful shutdown on windows (did already on linux)

View File

@ -27,7 +27,7 @@ public:
, Resource("Resources")
, MapName("/levels/gridmap_v2/info.json")
, MaxPlayers(10)
, Private(false)
, Private(true)
, MaxCars(1)
, DebugModeEnabled(false)
, Port(30814)