Explorar el Código

fix(qwserver): define qwserver query port

Daniel Gibbs hace 7 años
padre
commit
06fd9d823f
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

@@ -77,6 +77,7 @@ fn_info_parms_projectzomboid(){
 
 fn_info_parms_quakeworld(){
 	port=${port:-"0"}
+	queryport=${port}
 }
 
 fn_info_parms_quake2(){