Skip to content

Commit

Permalink
Remove -rcon arg statement
Browse files Browse the repository at this point in the history
-rcon is no longer needed as of the 1.5.1 fix, seems like it was bugged in 1.5.0 and not pulling correctly from config
  • Loading branch information
43414d authored Feb 29, 2024
1 parent 6049118 commit 6759544
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ if [ "${MULTITHREADING,,}" = true ]; then
STARTCOMMAND+=("-useperfthreads" "-NoAsyncLoadingThread" "-UseMultithreadForDS")
fi

if [ "${RCON_ENABLED,,}" = true ]; then
STARTCOMMAND+=("-rcon")
fi

if [ "${DISABLE_GENERATE_SETTINGS,,}" = true ]; then
LogAction "GENERATING CONFIG"
LogWarn "Env vars will not be applied due to DISABLE_GENERATE_SETTINGS being set to TRUE!"
Expand Down

0 comments on commit 6759544

Please sign in to comment.