Precent double participant entry for site servers
This commit is contained in:
parent
da1bd1fc61
commit
405fef13b7
@ -18,7 +18,6 @@ namespace RoboidControl {
|
|||||||
/// <param name="port">The port of which to receive the messages</param>
|
/// <param name="port">The port of which to receive the messages</param>
|
||||||
public SiteServer(int port = 7681) : base(port) {
|
public SiteServer(int port = 7681) : base(port) {
|
||||||
this.name = "Site Server";
|
this.name = "Site Server";
|
||||||
Participant.AddParticipant(this);
|
|
||||||
|
|
||||||
// Determine local IP address
|
// Determine local IP address
|
||||||
IPAddress localIpAddress = null;
|
IPAddress localIpAddress = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user