From 056e4499442f326bd1e881a07f0234bcfccbf386 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 21 Jan 2024 20:40:24 +0000 Subject: [PATCH] update ports info --- lgsm/modules/info_game.sh | 3 ++- lgsm/modules/info_messages.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lgsm/modules/info_game.sh b/lgsm/modules/info_game.sh index 8dc7fd659..94cec9a44 100644 --- a/lgsm/modules/info_game.sh +++ b/lgsm/modules/info_game.sh @@ -621,7 +621,8 @@ fn_info_game_pvr() { fn_info_game_pw() { servername="${servername:-"NOT SET"}" port="${port:-"0"}" - unknownport="${unknownport:-"0"}" + steamport="27015" + unknownport="1985" } # Config Type: ini diff --git a/lgsm/modules/info_messages.sh b/lgsm/modules/info_messages.sh index b079cf342..f619c964e 100644 --- a/lgsm/modules/info_messages.sh +++ b/lgsm/modules/info_messages.sh @@ -1273,7 +1273,8 @@ fn_info_messages_pw() { { fn_port "header" fn_port "Game" port udp - fn_port "Unknow" unknownport udp + fn_port "Steam" steamport udp + fn_port "Unknown" unknownport tcp } | column -s $'\t' -t }