mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-04 00:36:14 +00:00
Config: private by default
This commit is contained in:
parent
80aebcb9a7
commit
f4900189c0
@ -1,3 +1,7 @@
|
|||||||
|
# v2.3.3
|
||||||
|
|
||||||
|
- CHANGED servers to be private by default
|
||||||
|
|
||||||
# v2.3.2
|
# v2.3.2
|
||||||
|
|
||||||
- ADDED Ctrl+C causes a graceful shutdown on windows (did already on linux)
|
- ADDED Ctrl+C causes a graceful shutdown on windows (did already on linux)
|
||||||
|
@ -27,7 +27,7 @@ public:
|
|||||||
, Resource("Resources")
|
, Resource("Resources")
|
||||||
, MapName("/levels/gridmap_v2/info.json")
|
, MapName("/levels/gridmap_v2/info.json")
|
||||||
, MaxPlayers(10)
|
, MaxPlayers(10)
|
||||||
, Private(false)
|
, Private(true)
|
||||||
, MaxCars(1)
|
, MaxCars(1)
|
||||||
, DebugModeEnabled(false)
|
, DebugModeEnabled(false)
|
||||||
, Port(30814)
|
, Port(30814)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user