From ddaf5d3d044e847dfc4ac023b4161098d65b622f Mon Sep 17 00:00:00 2001 From: Dashboy1998 <18587674+Dashboy1998@users.noreply.github.com> Date: Thu, 4 Apr 2024 14:11:41 -0400 Subject: [PATCH] Removed code specifically for 0.1.5.0 --- scripts/start.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/start.sh b/scripts/start.sh index 4025bb769..57ebae57d 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -98,11 +98,6 @@ if [ "${MULTITHREADING,,}" = true ]; then STARTCOMMAND+=("-useperfthreads" "-NoAsyncLoadingThread" "-UseMultithreadForDS") fi -# fix bug and enable rcon for v0.1.5.0 only -if [ "${TARGET_MANIFEST_ID}" == "3750364703337203431" ] && [ "${RCON_ENABLED,,}" = true ]; then - STARTCOMMAND+=("-rcon") -fi - LogAction "Checking for available container updates" container_version_check