Explorar el Código

fix(squad): fix variable for queryport (#3824)

Christian hace 4 años
padre
commit
50d485ff05
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lgsm/functions/info_game.sh

+ 1 - 1
lgsm/functions/info_game.sh

@@ -1742,7 +1742,7 @@ fn_info_game_squad(){
 
 	# Parameters
 	port=${port:-"0"}
-	queryport=${port:-"0"}
+	queryport=${queryport:-"0"}
 }
 
 fn_info_game_st(){