Browse Source

fix(ets2): removed not needed ports message

pull/4104/head
Marcin Jakubowski 3 years ago
parent
commit
29a0b531fb
  1. 2
      lgsm/functions/info_messages.sh

2
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

Loading…
Cancel
Save