removed steam files

This commit is contained in:
2025-06-22 18:12:51 +04:00
parent 19e8266e10
commit 4644a5efc5
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
SERVER_NAME="GO YASOZDAL | CSDM"
PORT=27015
HLTV_PORT=27020
VAC="secure"
VAC="insecure"
SV_LAN=0
# Gameplay settings

View File

@ -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