Browse Source

refactor: remove unnecessary game ports and query HTTP port

The code changes in this commit refactor the `info_messages.sh` file by removing unnecessary game ports and the query HTTP port. This simplifies the code and improves readability.
pull/4261/head
Daniel Gibbs 2 years ago
parent
commit
be4fb89bce
  1. 7
      lgsm/modules/info_messages.sh

7
lgsm/modules/info_messages.sh

@ -1352,14 +1352,7 @@ fn_info_message_rw() {
{
fn_port "header"
fn_port "Game" port udp
fn_port "Game+1" port2 udp
fn_port "Game+2" port3 udp
fn_port "Game+3" port4 udp
fn_port "Game+1" port2 tcp
fn_port "Game+2" port3 tcp
fn_port "Game+3" port4 tcp
fn_port "Query" queryport tcp
fn_port "Query HTTP" httpqueryport tcp
fn_port "RCON" rconport tcp
} | column -s $'\t' -t
}

Loading…
Cancel
Save