diff --git a/MareSynchronos/Interop/Ipc/IpcCallerCustomize.cs b/MareSynchronos/Interop/Ipc/IpcCallerCustomize.cs index 9b50491..5029a14 100644 --- a/MareSynchronos/Interop/Ipc/IpcCallerCustomize.cs +++ b/MareSynchronos/Interop/Ipc/IpcCallerCustomize.cs @@ -118,7 +118,7 @@ public sealed class IpcCallerCustomize : IIpcCaller try { var version = _customizePlusApiVersion.InvokeFunc(); - APIAvailable = (version.Item1 == 5 && version.Item2 >= 0); + APIAvailable = (version.Item1 == 6 && version.Item2 >= 0); } catch {