From 405fef13b77f58d3491eec0d8a332051c1265d7a Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Thu, 1 May 2025 14:35:22 +0200 Subject: [PATCH] Precent double participant entry for site servers --- src/Participants/SiteServer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Participants/SiteServer.cs b/src/Participants/SiteServer.cs index ab79190..5b9b5ed 100644 --- a/src/Participants/SiteServer.cs +++ b/src/Participants/SiteServer.cs @@ -18,7 +18,6 @@ namespace RoboidControl { /// The port of which to receive the messages public SiteServer(int port = 7681) : base(port) { this.name = "Site Server"; - Participant.AddParticipant(this); // Determine local IP address IPAddress localIpAddress = null;