We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d255e8b commit 047dac0Copy full SHA for 047dac0
Assets/Scripts/Gameplay/UI/IPConnectionWindow.cs
@@ -35,7 +35,7 @@ void Awake()
35
36
void OnDestroy()
37
{
38
- m_ConnectStatusSubscriber.Unsubscribe(OnConnectStatusMessage);
+ m_ConnectStatusSubscriber?.Unsubscribe(OnConnectStatusMessage);
39
}
40
41
void OnConnectStatusMessage(ConnectStatus connectStatus)
0 commit comments