Daniel Gibbs
2 years ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
2 changed files with
4 additions and
2 deletions
-
lgsm/modules/info_game.sh
-
lgsm/modules/info_messages.sh
|
@ -621,7 +621,8 @@ fn_info_game_pvr() { |
|
|
fn_info_game_pw() { |
|
|
fn_info_game_pw() { |
|
|
servername="${servername:-"NOT SET"}" |
|
|
servername="${servername:-"NOT SET"}" |
|
|
port="${port:-"0"}" |
|
|
port="${port:-"0"}" |
|
|
unknownport="${unknownport:-"0"}" |
|
|
steamport="27015" |
|
|
|
|
|
unknownport="1985" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
# Config Type: ini |
|
|
# Config Type: ini |
|
|
|
@ -1273,7 +1273,8 @@ fn_info_messages_pw() { |
|
|
{ |
|
|
{ |
|
|
fn_port "header" |
|
|
fn_port "header" |
|
|
fn_port "Game" port udp |
|
|
fn_port "Game" port udp |
|
|
fn_port "Unknow" unknownport udp |
|
|
fn_port "Steam" steamport udp |
|
|
|
|
|
fn_port "Unknown" unknownport tcp |
|
|
} | column -s $'\t' -t |
|
|
} | column -s $'\t' -t |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|