Christian
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lgsm/functions/info_game.sh
|
|
@ -125,7 +125,7 @@ fn_info_game_av() { |
|
|
|
maxplayers=${maxplayers:-"NOT SET"} |
|
|
|
servername=${servername:-"NOT SET"} |
|
|
|
serverpassword=${serverpassword:-"NOT SET"} |
|
|
|
port=${zero} |
|
|
|
port=${port:-"0"} |
|
|
|
queryport=${queryport:-"0"} |
|
|
|
steamqueryport=${steamqueryport:-"0"} |
|
|
|
steammasterport=${steammasterport:-"0"} |
|
|
|