From fc59ea513a605fda9220c6de0119689b0160459d Mon Sep 17 00:00:00 2001 From: schadom <33547308+schadom@users.noreply.github.com> Date: Sun, 15 Oct 2023 10:40:31 +0200 Subject: [PATCH] maxplayers_override is deprecated. Use the launch option -maxplayers instead. --- bullseye/etc/entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bullseye/etc/entry.sh b/bullseye/etc/entry.sh index 837b234..c347928 100644 --- a/bullseye/etc/entry.sh +++ b/bullseye/etc/entry.sh @@ -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}" \