From 68bdedc72015fab1947bb5abade6cae6a6b9a29a Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 31 Aug 2021 21:31:42 +0100 Subject: [PATCH] Added Last Oasis --- lgsm/functions/info_messages.sh | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index 20e3314a5..04e84c9f7 100755 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -924,7 +924,6 @@ fn_info_message_inss(){ } | column -s $'\t' -t } - fn_info_message_jc2(){ { fn_port "header" @@ -933,7 +932,6 @@ fn_info_message_jc2(){ } | column -s $'\t' -t } - fn_info_message_jc3(){ { fn_port "header" @@ -951,6 +949,14 @@ fn_info_message_jk2(){ } | column -s $'\t' -t } +fn_info_message_lo(){ + { + fn_port "header" + fn_port "Game" port udp + fn_port "Query" queryport udp + } | column -s $'\t' -t +} + fn_info_message_mc(){ { fn_port "header" @@ -1616,6 +1622,8 @@ fn_info_message_select_engine(){ fn_info_message_kf elif [ "${shortname}" == "kf2" ]; then fn_info_message_kf2 + elif [ "${shortname}" == "lo" ]; then + fn_info_message_lo elif [ "${shortname}" == "mc" ]||[ "${shortname}" == "pmc" ]||[ "${shortname}" == "wmc" ]; then fn_info_message_mc elif [ "${shortname}" == "mcb" ]; then