From 8a3f78f36e30a1a57fafc09ee5a61dc8ba285258 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 29 Mar 2024 21:30:27 +0100 Subject: [PATCH] * FRIEND --- RUNTIME/PLAYER.refresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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# }"