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(); }