From 5bc241460023352f61e43a7c07ac971150c07cef Mon Sep 17 00:00:00 2001 From: Cooper H <60411087+cxxpxr@users.noreply.github.com> Date: Sat, 1 May 2021 08:41:37 -0400 Subject: [PATCH] Update LightReflectiveMirrorTransport.cs --- .../LRM/LRMTransport/LightReflectiveMirrorTransport.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnityProject/Assets/Mirror/Runtime/Transport/LRM/LRMTransport/LightReflectiveMirrorTransport.cs b/UnityProject/Assets/Mirror/Runtime/Transport/LRM/LRMTransport/LightReflectiveMirrorTransport.cs index 6101eb8..cd7df86 100644 --- a/UnityProject/Assets/Mirror/Runtime/Transport/LRM/LRMTransport/LightReflectiveMirrorTransport.cs +++ b/UnityProject/Assets/Mirror/Runtime/Transport/LRM/LRMTransport/LightReflectiveMirrorTransport.cs @@ -113,7 +113,7 @@ namespace LightReflectiveMirror clientToServerTransport.ClientConnect(serverIP); } - private void DisconnectFromRelay() + public void DisconnectFromRelay() { if (IsAuthenticated()) {