Christian
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"} |
|
|
|