diff --git a/servermanager.sh b/servermanager.sh index 2f20239..c563e0e 100755 --- a/servermanager.sh +++ b/servermanager.sh @@ -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"