Merge pull request #27 from schadom/main
maxplayers_override is deprecated. Use the launch option -maxplayers …
This commit is contained in:
commit
e2b9102a64
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ eval "./cs2" -dedicated \
|
||||||
-ip "${CS2_IP}" -port "${CS2_PORT}" \
|
-ip "${CS2_IP}" -port "${CS2_PORT}" \
|
||||||
-console \
|
-console \
|
||||||
-usercon \
|
-usercon \
|
||||||
-maxplayers_override "${CS2_MAXPLAYERS}" \
|
-maxplayers "${CS2_MAXPLAYERS}" \
|
||||||
"${CS2_GAME_MODE_ARGS}" \
|
"${CS2_GAME_MODE_ARGS}" \
|
||||||
+mapgroup "${CS2_MAPGROUP}" \
|
+mapgroup "${CS2_MAPGROUP}" \
|
||||||
+map "${CS2_STARTMAP}" \
|
+map "${CS2_STARTMAP}" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue