Merge pull request #27 from schadom/main

maxplayers_override is deprecated. Use the launch option -maxplayers …
This commit is contained in:
John Edwards 2023-10-16 06:30:04 +01:00 committed by GitHub
commit e2b9102a64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ eval "./cs2" -dedicated \
-ip "${CS2_IP}" -port "${CS2_PORT}" \
-console \
-usercon \
-maxplayers_override "${CS2_MAXPLAYERS}" \
-maxplayers "${CS2_MAXPLAYERS}" \
"${CS2_GAME_MODE_ARGS}" \
+mapgroup "${CS2_MAPGROUP}" \
+map "${CS2_STARTMAP}" \