Skip to content

Commit

Permalink
add default bShowPlayerList=True to PalWorldSettings.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
MusclePr committed Feb 27, 2024
1 parent 9e269d8 commit 4a125f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions scripts/compile-settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF
Expand Down Expand Up @@ -149,6 +150,7 @@ RCON_PORT = $RCON_PORT
REGION = $REGION
USEAUTH = $USEAUTH
BAN_LIST_URL = $BAN_LIST_URL
SHOW_PLAYER_LIST = $SHOW_PLAYER_LIST
====Debug====
EOF
fi
Expand Down
5 changes: 3 additions & 2 deletions scripts/files/PalWorldSettings.ini.template
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ RCONEnabled=$RCON_ENABLED,
RCONPort=$RCON_PORT,
Region=$REGION,
bUseAuth=$USEAUTH,
BanListURL=$BAN_LIST_URL
)
BanListURL=$BAN_LIST_URL,
bShowPlayerList=$SHOW_PLAYER_LIST
)

0 comments on commit 4a125f8

Please sign in to comment.