From 240bcc232328472f1dba7043f8bf0a13efa6d5ff Mon Sep 17 00:00:00 2001 From: rootdarkarchon Date: Sun, 23 Jul 2023 15:34:57 +0200 Subject: [PATCH] remove glamourer testing warning stuff --- MareSynchronos/Interop/IpcManager.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/MareSynchronos/Interop/IpcManager.cs b/MareSynchronos/Interop/IpcManager.cs index 9c42b8a..7127426 100644 --- a/MareSynchronos/Interop/IpcManager.cs +++ b/MareSynchronos/Interop/IpcManager.cs @@ -612,21 +612,12 @@ public sealed class IpcManager : DisposableMediatorSubscriberBase { apiAvailable = true; } - _shownGlamourerUnavailable = _shownGlamourerUnavailable && !apiAvailable; return apiAvailable; } catch { return apiAvailable; } - finally - { - if (!apiAvailable && !_shownGlamourerUnavailable) - { - _shownGlamourerUnavailable = true; - Mediator.Publish(new NotificationMessage("Glamourer inactive", "Your Glamourer installation is not active or out of date. Update Glamourer to continue to use Mare.", NotificationType.Error)); - } - } } private bool CheckHeelsApiInternal()