From f844b2b38a286d7295ac5dc7166115f9e4f53d2c Mon Sep 17 00:00:00 2001 From: RiddleTime Date: Mon, 19 Jan 2026 01:58:31 +0100 Subject: [PATCH] change default port to 7577 for test --- .../Games/ProjectMotorRacing/ProjectMotorRacingUDP/UDPThread.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Race Element.Data/Games/ProjectMotorRacing/ProjectMotorRacingUDP/UDPThread.cs b/Race Element.Data/Games/ProjectMotorRacing/ProjectMotorRacingUDP/UDPThread.cs index f5ee9498c..9a664c669 100644 --- a/Race Element.Data/Games/ProjectMotorRacing/ProjectMotorRacingUDP/UDPThread.cs +++ b/Race Element.Data/Games/ProjectMotorRacing/ProjectMotorRacingUDP/UDPThread.cs @@ -10,7 +10,7 @@ internal sealed class UDPThread static IPAddress m_multicastGroup = null; static UdpClient m_udpClient = null; static bool m_multiCast = true; - static int m_defaultPort = 7576; + static int m_defaultPort = 7577; static string m_defaultMulticastGroup = "224.0.0.150"; public static ushort m_expectedVersion = 1;