From a9d224c3e2368cc4089f79a371b5ef95098c2255 Mon Sep 17 00:00:00 2001 From: Stanley Dimant Date: Tue, 28 May 2024 01:34:38 +0200 Subject: [PATCH] fix penumbra ipc never setting to the new version --- MareSynchronos/Interop/Ipc/IpcCallerPenumbra.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MareSynchronos/Interop/Ipc/IpcCallerPenumbra.cs b/MareSynchronos/Interop/Ipc/IpcCallerPenumbra.cs index da29ee9..d294b60 100644 --- a/MareSynchronos/Interop/Ipc/IpcCallerPenumbra.cs +++ b/MareSynchronos/Interop/Ipc/IpcCallerPenumbra.cs @@ -128,6 +128,7 @@ public sealed class IpcCallerPenumbra : DisposableMediatorSubscriberBase, IIpcCa try { _ = _penumbraApiVersion.Invoke(); + _useLegacyPenumbraApi = false; } catch {