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 ac00c40 commit c08b691Copy full SHA for c08b691
Runtime/Editor/Editor UI/LootLockerAdminExtension.cs
@@ -609,13 +609,14 @@ void OnGameSelected(EventBase e)
609
610
LootLockerAdminManager.GetGameDomainKey(LootLockerEditorData.GetSelectedGame(), (onComplete) =>
611
{
612
- EditorApplication.update -= OnEditorUpdate;
613
if (!onComplete.success)
614
615
ShowPopup("Error", "Could not find Selected game!");
+ EditorApplication.update -= OnEditorUpdate;
616
return;
617
}
618
LootLockerConfig.current.domainKey = onComplete.game.domain_key;
619
620
});
621
622
0 commit comments