fix penumbra ipc never setting to the new version

This commit is contained in:
Stanley Dimant
2024-05-28 01:34:38 +02:00
parent f34edb78a1
commit a9d224c3e2

View File

@@ -128,6 +128,7 @@ public sealed class IpcCallerPenumbra : DisposableMediatorSubscriberBase, IIpcCa
try
{
_ = _penumbraApiVersion.Invoke();
_useLegacyPenumbraApi = false;
}
catch
{