Make competitive the default game mode
As stated in the official docs: Default gamemode when starting the server is competitive.
This commit is contained in:
parent
bdeed3d66d
commit
4ebfb7a400
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ ENV CS2_SERVERNAME="cs2 private server" \
|
||||||
CS2_MAPGROUP="mg_active" \
|
CS2_MAPGROUP="mg_active" \
|
||||||
CS2_STARTMAP="de_inferno" \
|
CS2_STARTMAP="de_inferno" \
|
||||||
CS2_GAMETYPE=0 \
|
CS2_GAMETYPE=0 \
|
||||||
CS2_GAMEMODE=0 \
|
CS2_GAMEMODE=1 \
|
||||||
CS2_LAN=0 \
|
CS2_LAN=0 \
|
||||||
CS2_ADDITIONAL_ARGS=""
|
CS2_ADDITIONAL_ARGS=""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue