maxplayers_override is deprecated. Use the launch option -maxplayers <number> instead.

This commit is contained in:
schadom 2023-10-15 10:40:31 +02:00 committed by GitHub
parent 5e9ddb38f4
commit fc59ea513a
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}" \