Skip to content

Commit

Permalink
Restore WebGL
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmfinol committed Oct 31, 2024
1 parent 05d15ef commit 9799aab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Assets/Scripts/Cgs/CardGameManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,7 @@ private void OnDeepLinkActivated(string deepLink)
var autoUpdateUrl = GetAutoUpdateUrl(deepLink);
if (string.IsNullOrEmpty(autoUpdateUrl) ||
!Uri.IsWellFormedUriString(autoUpdateUrl, UriKind.RelativeOrAbsolute))
{
Debug.LogError("OnDeepLinkActivated::autoUpdateUrlMissingOrMalformed: " + deepLink);
Messenger.Show("OnDeepLinkActivated::autoUpdateUrlMissingOrMalformed: " + deepLink);
}
Debug.LogWarning("OnDeepLinkActivated::autoUpdateUrlMissingOrMalformed: " + deepLink);
else
StartGetCardGame(autoUpdateUrl);
}
Expand Down

0 comments on commit 9799aab

Please sign in to comment.