From cd23b07f89ab5d458b6113b95300416aff46d6db Mon Sep 17 00:00:00 2001 From: Marcin Jakubowski Date: Wed, 8 Feb 2023 22:46:23 +0000 Subject: [PATCH] fix(ats): removed not needed ports message --- lgsm/functions/info_messages.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index 62d6cc613..a78a2f2c2 100755 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -683,8 +683,6 @@ fn_info_message_ports() { echo -e "${lightblue}Useful port diagnostic command:${default}" if [ "${shortname}" == "armar" ]; then echo -e "ss -tuplwn | grep enfMain" - elif [ "${shortname}" == "ats" ]; then - echo -e "ss -tuplwn | grep americantruck_s" elif [ "${shortname}" == "av" ]; then echo -e "ss -tuplwn | grep AvorionServer" elif [ "${shortname}" == "bf1942" ]; then