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 614087a commit 211b1e2Copy full SHA for 211b1e2
Assets/BossRoom/Scripts/Client/UI/UnityServicesUIHandler.cs
@@ -49,7 +49,7 @@ void ServiceErrorHandler(UnityServiceErrorMessage error)
49
50
void HandleLobbyError(UnityServiceErrorMessage error)
51
{
52
- var exception = (LobbyServiceException) error.OriginalException;
+ var exception = error.OriginalException as LobbyServiceException;
53
if (exception != null)
54
55
switch (exception.Reason)
0 commit comments