Skip to content

Commit

Permalink
adding bostrt changes
Browse files Browse the repository at this point in the history
  • Loading branch information
43414d committed Feb 27, 2024
1 parent 6bdcf86 commit cf9ae62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ if [ "${MULTITHREADING,,}" = true ]; then
STARTCOMMAND+=("-useperfthreads" "-NoAsyncLoadingThread" "-UseMultithreadForDS")
fi

if [ "${RCON_ENABLED,,}" = true ]; then
STARTCOMMAND+=("-rconport=${RCON_PORT}")
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 cf9ae62

Please sign in to comment.