From 964c3deeb222c3095778fe6573623ea943565e0c Mon Sep 17 00:00:00 2001 From: cxxpxr <60411087+cxxpxr@users.noreply.github.com> Date: Mon, 29 Mar 2021 16:18:37 -0400 Subject: [PATCH] fix --- UnityTransport/LightReflectiveMirrorTransport.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/UnityTransport/LightReflectiveMirrorTransport.cs b/UnityTransport/LightReflectiveMirrorTransport.cs index fc88446..3a2b10d 100644 --- a/UnityTransport/LightReflectiveMirrorTransport.cs +++ b/UnityTransport/LightReflectiveMirrorTransport.cs @@ -76,6 +76,7 @@ namespace LightReflectiveMirror void Disconnected() { _connectedToRelay = false; + _isAuthenticated = false; diconnectedFromRelay?.Invoke(); }