Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jammsen/docker-palworld-dedicated…
Browse files Browse the repository at this point in the history
…-server
  • Loading branch information
jammsen committed Jan 28, 2024
2 parents 750e0a8 + 558722d commit 0dc7dae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions servermanager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,11 @@ function startServer() {

START_OPTIONS=""
if [[ -n $COMMUNITY_SERVER ]] && [[ $COMMUNITY_SERVER == "true" ]]; then
echo "Setting Community-Mode to enabled"
START_OPTIONS="$START_OPTIONS EpicApp=PalServer"
fi
if [[ -n $MULTITHREAD_ENABLED ]] && [[ $MULTITHREAD_ENABLED == "true" ]]; then
echo "Setting Multi-Core-Enchancements to enabled"
START_OPTIONS="$START_OPTIONS -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS"
fi
./PalServer.sh "$START_OPTIONS"
Expand Down

0 comments on commit 0dc7dae

Please sign in to comment.