From 29a0b531fbb80b235b087be66512aa0e0470be5b Mon Sep 17 00:00:00 2001 From: Marcin Jakubowski Date: Wed, 8 Feb 2023 22:39:42 +0000 Subject: [PATCH] fix(ets2): 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 2579c8643..a78a2f2c2 100755 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -689,8 +689,6 @@ fn_info_message_ports() { echo -e "ss -tuplwn | grep bf1942_lnxded" elif [ "${shortname}" == "mc" ] || [ "${shortname}" == "nec" ] || [ "${shortname}" == "pmc" ] || [ "${shortname}" == "rw" ] || [ "${shortname}" == "vpmc" ] || [ "${shortname}" == "wmc" ]; then echo -e "ss -tuplwn | grep java" - elif [ "${shortname}" == "ets2" ]; then - echo -e "ss -tuplwn | grep eurotrucks2_ser" elif [ "${shortname}" == "terraria" ]; then echo -e "ss -tuplwn | grep Main" elif [ "${engine}" == "source" ]; then