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;