Skip to content

Commit

Permalink
Merge pull request #523 from Dashboy1998/Remove-Legacy-code
Browse files Browse the repository at this point in the history
Remove legacy code
  • Loading branch information
thijsvanloef authored Apr 4, 2024
2 parents 90750a7 + 248c96e commit f34df16
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f34df16

Please sign in to comment.