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;