Add support for enabling/disabling cheats

This commit is contained in:
John Edwards 2023-12-31 16:43:39 +00:00
parent 30fb7aa77d
commit af5c45a01e
5 changed files with 5 additions and 0 deletions

View file

@ -39,6 +39,7 @@ RUN set -x \
FROM build_stage AS bullseye-base
ENV CS2_SERVERNAME="cs2 private server" \
CS2_CHEATS=0 \
CS2_IP=0.0.0.0 \
CS2_PORT=27015 \
CS2_RCON_PORT="" \