From fd2315d9071a32884eff8a9032e4c81e4ae066b6 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 13 Jul 2021 21:33:05 +0100 Subject: [PATCH] ut3 --- lgsm/functions/info_messages.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index 5e7aa322e..984f4b763 100755 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -1414,6 +1414,14 @@ fn_info_message_ut(){ } | column -s $'\t' -t } +fn_info_message_ut3(){ + { + fn_port "header" + fn_port "Game" port udp + fn_port "Query" queryport udp + } | column -s $'\t' -t +} + fn_info_message_vh(){ { fn_port "header" @@ -1676,6 +1684,8 @@ fn_info_message_select_engine(){ fn_info_message_rw elif [ "${shortname}" == "ut2k4" ]; then fn_info_message_ut2k4 + elif [ "${shortname}" == "ut3" ]; then + fn_info_message_ut3 elif [ "${shortname}" == "wet" ]; then fn_info_message_wet elif [ "${engine}" == "goldsrc" ]; then