mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2025-01-09 04:27:35 +08:00
fix(squad): fix variable for queryport (#3824)
This commit is contained in:
parent
522bb2d3c3
commit
50d485ff05
@ -1742,7 +1742,7 @@ fn_info_game_squad(){
|
||||
|
||||
# Parameters
|
||||
port=${port:-"0"}
|
||||
queryport=${port:-"0"}
|
||||
queryport=${queryport:-"0"}
|
||||
}
|
||||
|
||||
fn_info_game_st(){
|
||||
|
Loading…
Reference in New Issue
Block a user