Răsfoiți Sursa

fix: add missing Query port information to GoldSrc info message

This commit adds the functionality to display the Query port information in the GoldSrc info message. The Query port is now shown alongside the Game and Client ports.
Daniel Gibbs 2 ani în urmă
părinte
comite
953efca700
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      lgsm/modules/info_messages.sh

+ 1 - 0
lgsm/modules/info_messages.sh

@@ -1033,6 +1033,7 @@ fn_info_message_goldsrc() {
 	{
 	{
 		fn_port "header"
 		fn_port "header"
 		fn_port "Game" port udp
 		fn_port "Game" port udp
+		fn_port "Query" queryport tcp
 		fn_port "Client" clientport udp
 		fn_port "Client" clientport udp
 	} | column -s $'\t' -t
 	} | column -s $'\t' -t
 }
 }