Parcourir la source

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

Christian il y a 4 ans
Parent
commit
50d485ff05
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lgsm/functions/info_game.sh

+ 1 - 1
lgsm/functions/info_game.sh

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