Browse Source
Merge remote-tracking branch 'origin/hotfix/v21.3.2' into hotfix/v21.3.2
pull/3605/head
Daniel Gibbs
4 years ago
No known key found for this signature in database
GPG Key ID: 5D5AB867A27738EC
1 changed files with
3 additions and
1 deletions
-
lgsm/functions/info_game.sh
|
|
@ -1077,7 +1077,9 @@ fn_info_game_pstbs(){ |
|
|
|
|
|
|
|
# Parameters |
|
|
|
port=${port:-"0"} |
|
|
|
queryport=${port:-"0"} |
|
|
|
if [ -z "${queryport}" ]; then |
|
|
|
queryport=${port:-"0"} |
|
|
|
fi |
|
|
|
rconport=${rconport:-"0"} |
|
|
|
randommap=${randommap:-"NOT SET"} |
|
|
|
maxplayers=${maxplayers:-"0"} |
|
|
|