Update LightReflectiveMirrorTransport.cs

This commit is contained in:
Cooper H 2021-05-01 08:41:37 -04:00 committed by GitHub
parent 71d1ba4c61
commit 5bc2414600
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ namespace LightReflectiveMirror
clientToServerTransport.ClientConnect(serverIP); clientToServerTransport.ClientConnect(serverIP);
} }
private void DisconnectFromRelay() public void DisconnectFromRelay()
{ {
if (IsAuthenticated()) if (IsAuthenticated())
{ {