mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 13:04:16 +01:00
Merge branch 'main' of https://github.com/Penumbra-Sync/client
This commit is contained in:
commit
07aa0d821c
1 changed files with 1 additions and 1 deletions
|
|
@ -644,7 +644,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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue