diff --git a/Dockerfile b/Dockerfile index fa33203..d83333f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,8 +20,6 @@ RUN \ && unzip -o discord.zip -d "${SERVER_DIR}/tf/addons/" \ && mv soapbalancer.smx "${SERVER_DIR}/tf/addons/sourcemod/plugins/soapbalancer.smx" \ && unzip -o socket.zip -d "${SERVER_DIR}/tf/" \ - # move correct plugins from disabled folder - && mv "${SERVER_DIR}/tf/addons/sourcemod/plugins/disabled/{admin-sql-threaded.smx,sql-admin-manager.smx}" "${SERVER_DIR}/tf/addons/sourcemod/plugins/" \ # clean everything up && rm system2.zip stac.zip nativevotes.zip advertisements.tar.gz SteamWorks.tar.gz discord.zip socket.zip \ && rm "${SERVER_DIR}/tf/addons/sourcemod/plugins/admin-flatfile.smx"