Explorar el Código

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

Daniel Gibbs hace 6 años
padre
commit
28eea326ff
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"}
 }