Precent double participant entry for site servers

This commit is contained in:
Pascal Serrarens 2025-05-01 14:35:22 +02:00
parent da1bd1fc61
commit 405fef13b7

View File

@ -18,7 +18,6 @@ namespace RoboidControl {
/// <param name="port">The port of which to receive the messages</param>
public SiteServer(int port = 7681) : base(port) {
this.name = "Site Server";
Participant.AddParticipant(this);
// Determine local IP address
IPAddress localIpAddress = null;