mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-02-16 10:10:40 +00:00
Config: private by default
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user