diff --git a/RUNTIME/PLAYER.refresh.sh b/RUNTIME/PLAYER.refresh.sh index 668377e5..94cac2f4 100755 --- a/RUNTIME/PLAYER.refresh.sh +++ b/RUNTIME/PLAYER.refresh.sh @@ -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# }"