Skip to content

Commit

Permalink
Fix logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Dec 17, 2024
1 parent 92beadb commit 15db138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Fika.Core/UI/Custom/MatchMakerUIScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ protected void OnDestroy()

private void CreateMatchMakerUI()
{
FikaBackendUtils.IsDedicatedRequester = false;

GetDedicatedStatusResponse response = FikaRequestHandler.GetDedicatedStatus();

GameObject matchMakerUiPrefab = InternalBundleLoader.Instance.GetAssetBundle("newmatchmakerui").LoadAsset<GameObject>("NewMatchMakerUI");
Expand Down Expand Up @@ -311,7 +313,6 @@ private void CreateMatchMakerUI()
else
{
NotificationManagerClass.DisplaySingletonWarningNotification(LocaleUtils.STARTING_RAID_ON_DEDICATED.Localized());
FikaBackendUtils.IsDedicatedRequester = false;
}
}
});
Expand Down

0 comments on commit 15db138

Please sign in to comment.