From 4a125f8ed550d425b173939394373a013ac51e2f Mon Sep 17 00:00:00 2001 From: Muscle Date: Tue, 27 Feb 2024 16:38:33 +0900 Subject: [PATCH] add default bShowPlayerList=True to PalWorldSettings.ini --- scripts/compile-settings.sh | 2 ++ scripts/files/PalWorldSettings.ini.template | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/compile-settings.sh b/scripts/compile-settings.sh index a7a64f75f..7c4c876cb 100755 --- a/scripts/compile-settings.sh +++ b/scripts/compile-settings.sh @@ -83,6 +83,7 @@ export RCON_PORT=${RCON_PORT:-25575} export REGION=\"${REGION:-""}\" export USEAUTH=${USEAUTH:-True} export BAN_LIST_URL=\"${BAN_LIST_URL:-https://api.palworldgame.com/api/banlist.txt}\" +export SHOW_PLAYER_LIST=${SHOW_PLAYER_LIST:-True} if [ "${DEBUG,,}" = true ]; then cat <