mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 17:57:21 +01:00
fix penumbra ipc never setting to the new version
This commit is contained in:
parent
f34edb78a1
commit
a9d224c3e2
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ public sealed class IpcCallerPenumbra : DisposableMediatorSubscriberBase, IIpcCa
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
_ = _penumbraApiVersion.Invoke();
|
_ = _penumbraApiVersion.Invoke();
|
||||||
|
_useLegacyPenumbraApi = false;
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue