Skip to content

Commit

Permalink
Setting realm on signup flow
Browse files Browse the repository at this point in the history
  • Loading branch information
dalkia committed Jan 8, 2024
1 parent b972269 commit 9b4edba
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ private void OnSignupFlow(bool current, bool previous)
{
onSignUpFlow = current;

if (realmDataStore.playerRealmAboutConfiguration.Get() != null)
{
currentRealm = realmDataStore.playerRealmAboutConfiguration.Get().RealmName;
currentRealmIsWorld = commonDataStore.isWorld.Get();
}

if (current)
FadeOutView();
else
Expand Down

0 comments on commit 9b4edba

Please sign in to comment.