This commit is contained in:
fred 2024-06-30 21:57:20 +02:00
parent 6c5b55b1fe
commit 09ac5d78b0

View File

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