From 4ebfb7a4004f6fb650572f03f60978413573f006 Mon Sep 17 00:00:00 2001 From: Attila <1230402+borzaka@users.noreply.github.com> Date: Thu, 5 Oct 2023 19:52:52 +0200 Subject: [PATCH] Make competitive the default game mode As stated in the official docs: Default gamemode when starting the server is competitive. --- bullseye/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bullseye/Dockerfile b/bullseye/Dockerfile index cca7443..2354372 100644 --- a/bullseye/Dockerfile +++ b/bullseye/Dockerfile @@ -40,7 +40,7 @@ ENV CS2_SERVERNAME="cs2 private server" \ CS2_MAPGROUP="mg_active" \ CS2_STARTMAP="de_inferno" \ CS2_GAMETYPE=0 \ - CS2_GAMEMODE=0 \ + CS2_GAMEMODE=1 \ CS2_LAN=0 \ CS2_ADDITIONAL_ARGS=""