require heels api 1.1+

This commit is contained in:
Caraxi 2024-02-20 18:25:24 +10:30
parent d3d945ba32
commit 4cb9483230

View file

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