Daniel Gibbs
1 year ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
2 changed files with
4 additions and
0 deletions
-
lgsm/modules/info_game.sh
-
lgsm/modules/info_messages.sh
|
|
@ -1243,6 +1243,7 @@ fn_info_game_eco() { |
|
|
|
fn_info_game_json "httpport" ".WebServerPort" |
|
|
|
fn_info_game_json "maxplayers" ".MaxConnections" |
|
|
|
fn_info_game_json "port" ".GameServerPort" |
|
|
|
fn_info_game_json "rconport" ".RconServerPort" |
|
|
|
fn_info_game_json "servername" ".Description" |
|
|
|
fn_info_game_json "serverpassword" ".Password" |
|
|
|
fn_info_game_json "tickrate" ".Rate" |
|
|
@ -1252,6 +1253,7 @@ fn_info_game_eco() { |
|
|
|
maxplayers="${maxplayers:-"0"}" |
|
|
|
port="${port:-"0"}" |
|
|
|
queryport="${port:-"0"}" |
|
|
|
rconport="${rconport:-"0"}" |
|
|
|
servername="${servername:-"NOT SET"}" |
|
|
|
serverpassword="${serverpassword:-"NOT SET"}" |
|
|
|
tickrate="${tickrate:-"0"}" |
|
|
|
|
|
@ -1017,7 +1017,9 @@ fn_info_messages_eco() { |
|
|
|
{ |
|
|
|
fn_port "header" |
|
|
|
fn_port "Game" port udp |
|
|
|
fn_port "Query" queryport udp |
|
|
|
fn_port "Web Interface" httpport tcp |
|
|
|
fn_port "RCON" rconport tcp |
|
|
|
} | column -s $'\t' -t |
|
|
|
} |
|
|
|
|
|
|
|