mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-06-17 14:12:25 +00:00
private false by default
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ public:
|
|||||||
Resource("Resources"),
|
Resource("Resources"),
|
||||||
MapName("/levels/gridmap/info.json"),
|
MapName("/levels/gridmap/info.json"),
|
||||||
MaxPlayers(10),
|
MaxPlayers(10),
|
||||||
Private(true),
|
Private(false),
|
||||||
MaxCars(1),
|
MaxCars(1),
|
||||||
DebugModeEnabled(false),
|
DebugModeEnabled(false),
|
||||||
Port(30814){}
|
Port(30814){}
|
||||||
|
|||||||
Reference in New Issue
Block a user