From 4644a5efc572eb04bd7adb591cd5037f41b51ba7 Mon Sep 17 00:00:00 2001 From: Yaroslav Pleshakov Date: Sun, 22 Jun 2025 18:12:51 +0400 Subject: [PATCH] removed steam files --- .env.example | 2 +- Dockerfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 8fce249..7272772 100644 --- a/.env.example +++ b/.env.example @@ -2,7 +2,7 @@ SERVER_NAME="GO YASOZDAL | CSDM" PORT=27015 HLTV_PORT=27020 -VAC="secure" +VAC="insecure" SV_LAN=0 # Gameplay settings diff --git a/Dockerfile b/Dockerfile index 4320c42..47243d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,7 @@ RUN mkdir -p /root/.steam/sdk32 && \ COPY rehlds/ /hlds/ RUN chmod +x /hlds/hlds_linux +RUN rm -f steamclient.so libsteam_api.so steam_api.so COPY start.sh /start.sh RUN chmod +x /start.sh