From 40aed8f09eea97fba42776ef0c37a3d415a6f041 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 12 Jun 2021 12:10:33 +0100 Subject: [PATCH] starbound --- lgsm/functions/info_messages.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index 03ae969b3..e1bdbb27d 100755 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -1229,9 +1229,9 @@ fn_info_message_squad(){ fn_info_message_starbound(){ { fn_port "header" - echo -e "> Game\t${port}\ttcp" - echo -e "> Query\t${queryport}\ttcp" - echo -e "> RCON\t${rconport}\ttcp" + fn_port "Game" port udp + fn_port "Query" queryport tcp + fn_port "RCON" rconport tcp } | column -s $'\t' -t }