Browse Source

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

Christian 4 năm trước cách đây
mục cha
commit
50d485ff05
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(){