瀏覽代碼

bug(monitor): fix quake2 and query not working (#2538)

Daniel Gibbs 6 年之前
父節點
當前提交
28eea326ff
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lgsm/functions/info_parms.sh

+ 1 - 0
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"}
 }