Explorar el Código

Hotfix 180409.2

Added missing queryport to source engine games
Daniel Gibbs hace 8 años
padre
commit
722526ce67
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

@@ -92,6 +92,7 @@ fn_info_parms_source(){
 	defaultmap=${defaultmap:-"NOT SET"}
 	maxplayers=${maxplayers:-"0"}
 	port=${port:-"0"}
+	queryport=${port}
 	clientport=${clientport:-"0"}
 }