From fcd950becf65891c1e11db1a10ebc3f70998268c Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 4 Jun 2021 23:26:31 +0100 Subject: [PATCH] ins --- lgsm/functions/info_messages.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index d01e13a79..6fb6069ea 100755 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -1161,6 +1161,17 @@ fn_info_message_csgo(){ } | column -s $'\t' -t } +fn_info_message_ins(){ + { + fn_port "header" + fn_port "Game" port udp + fn_port "Query" queryport tcp + fn_port "RCON" rconport tcp + fn_port "SourceTV" sourcetvport udp + fn_port "Client" clientport udp + } | column -s $'\t' -t +} + fn_info_message_source(){ { fn_port "header" @@ -1511,6 +1522,8 @@ fn_info_message_select_engine(){ fn_info_message_factorio elif [ "${shortname}" == "hw" ]; then fn_info_message_hw + elif [ "${shortname}" == "ins" ]; then + fn_info_message_ins elif [ "${shortname}" == "inss" ]; then fn_info_message_inss elif [ "${shortname}" == "jk2" ]; then