This commit is contained in:
rootdarkarchon
2024-02-21 01:25:04 +01:00

View File

@@ -644,7 +644,7 @@ public sealed class IpcManager : DisposableMediatorSubscriberBase
{
try
{
return _heelsGetApiVersion.InvokeFunc() is { Item1: 1, Item2: >= 0 };
return _heelsGetApiVersion.InvokeFunc() is { Item1: 1, Item2: >= 1 };
}
catch
{