From 28eea326ffa441ba7e71bff12cce783abac960ba Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 7 Oct 2019 22:28:30 +0100 Subject: [PATCH] bug(monitor): fix quake2 and query not working (#2538) --- lgsm/functions/info_parms.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lgsm/functions/info_parms.sh b/lgsm/functions/info_parms.sh index f7cf11cbc..fe68fb9c2 100644 --- a/lgsm/functions/info_parms.sh +++ b/lgsm/functions/info_parms.sh @@ -94,6 +94,7 @@ fn_info_parms_quakeworld(){ fn_info_parms_quake2(){ port=${port:-"0"} + queryport=${port} defaultmap=${defaultmap:-"NOT SET"} }