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