From cfbab93d85847adbb000f44c6479d012e0796637 Mon Sep 17 00:00:00 2001 From: John Edwards Date: Wed, 4 Oct 2023 20:52:29 +0100 Subject: [PATCH] Remove superfluous argument --- bullseye/etc/entry.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bullseye/etc/entry.sh b/bullseye/etc/entry.sh index 74a1fb0..51971a8 100644 --- a/bullseye/etc/entry.sh +++ b/bullseye/etc/entry.sh @@ -37,7 +37,6 @@ fi +game_mode "${CS2_GAMEMODE}" \ +mapgroup "${CS2_MAPGROUP}" \ +map "${CS2_STARTMAP}" \ - +sv_setsteamaccount \ +rcon_password "${CS2_RCONPW}" \ +sv_password "${CS2_PW}" \ "${CS2_ADDITIONAL_ARGS}"