mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:47:21 +01:00
require heels api 1.1+ (#70)
This commit is contained in:
parent
d3d945ba32
commit
4dbfe28b66
1 changed files with 1 additions and 1 deletions
|
|
@ -643,7 +643,7 @@ public sealed class IpcManager : DisposableMediatorSubscriberBase
|
|||
{
|
||||
try
|
||||
{
|
||||
return _heelsGetApiVersion.InvokeFunc() is { Item1: 1, Item2: >= 0 };
|
||||
return _heelsGetApiVersion.InvokeFunc() is { Item1: 1, Item2: >= 1 };
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue