Skip to content

Commit 486a802

Browse files
Update Assets/BossRoom/Scripts/Client/UI/Lobby/LobbyUIMediator.cs
Co-authored-by: Philipp Deschain <[email protected]>
1 parent f2fe7af commit 486a802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/BossRoom/Scripts/Client/UI/Lobby/LobbyUIMediator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void OnConnectStatus(ConnectStatus status)
6666

6767
void OnDestroy()
6868
{
69-
m_Subscriptions.Dispose();
69+
m_Subscriptions?.Dispose();
7070
}
7171

7272
//Lobby and Relay calls done from UI

0 commit comments

Comments
 (0)