Update LightReflectiveMirrorTransport.cs
This commit is contained in:
parent
71d1ba4c61
commit
5bc2414600
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ namespace LightReflectiveMirror
|
|||
clientToServerTransport.ClientConnect(serverIP);
|
||||
}
|
||||
|
||||
private void DisconnectFromRelay()
|
||||
public void DisconnectFromRelay()
|
||||
{
|
||||
if (IsAuthenticated())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue