remove unused
This commit is contained in:
parent
13dd094782
commit
c8a20636d9
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,6 @@ namespace LightReflectiveMirror.LoadBalancing
|
||||||
public int ConnectedServerPingRate = 10000;
|
public int ConnectedServerPingRate = 10000;
|
||||||
public string AuthKey = "AuthKey";
|
public string AuthKey = "AuthKey";
|
||||||
public ushort EndpointPort = 7070;
|
public ushort EndpointPort = 7070;
|
||||||
public ushort RelayEndpointPort = 8080;
|
|
||||||
public bool ShowDebugLogs = false;
|
public bool ShowDebugLogs = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -103,8 +103,9 @@ namespace LightReflectiveMirror.Endpoints
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
catch
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
Console.WriteLine(e);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue