diff --git a/Fika.Core/UI/Custom/MatchMakerUIScript.cs b/Fika.Core/UI/Custom/MatchMakerUIScript.cs index 423fed1e..4b4cb246 100644 --- a/Fika.Core/UI/Custom/MatchMakerUIScript.cs +++ b/Fika.Core/UI/Custom/MatchMakerUIScript.cs @@ -136,6 +136,8 @@ protected void OnDestroy() private void CreateMatchMakerUI() { + FikaBackendUtils.IsDedicatedRequester = false; + GetDedicatedStatusResponse response = FikaRequestHandler.GetDedicatedStatus(); GameObject matchMakerUiPrefab = InternalBundleLoader.Instance.GetAssetBundle("newmatchmakerui").LoadAsset("NewMatchMakerUI"); @@ -311,7 +313,6 @@ private void CreateMatchMakerUI() else { NotificationManagerClass.DisplaySingletonWarningNotification(LocaleUtils.STARTING_RAID_ON_DEDICATED.Localized()); - FikaBackendUtils.IsDedicatedRequester = false; } } });