This commit is contained in:
fred 2024-03-29 21:30:27 +01:00
parent 673d2fbf62
commit 8a3f78f36e
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ for PLAYER in ${PLAYERONE[@]}; do
echo "${UPLAYERSTIDS[@]}"
UPLAYERSTIDS_STR=""
for item in "${UPLAYERSTIDS[@]}"; do
UPLAYERSTIDS_STR+=" $item"
UPLAYERSTIDS_STR+="\n* $item"
done
# Trim leading space
UPLAYERSTIDS_STR="${UPLAYERSTIDS_STR# }"