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

This commit is contained in:
Christian 2022-04-04 21:56:25 +02:00 committed by GitHub
parent 522bb2d3c3
commit 50d485ff05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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