mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 10:14:14 +01:00
update minimum penumbra and glamourer versions
This commit is contained in:
parent
fed046c0d0
commit
71afa6374e
2 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ public sealed class IpcCallerGlamourer : DisposableMediatorSubscriberBase, IIpcC
|
|||
{
|
||||
bool versionValid = (_pi.InstalledPlugins
|
||||
.FirstOrDefault(p => string.Equals(p.InternalName, "Glamourer", StringComparison.OrdinalIgnoreCase))
|
||||
?.Version ?? new Version(0, 0, 0, 0)) >= new Version(1, 2, 3, 0);
|
||||
?.Version ?? new Version(0, 0, 0, 0)) >= new Version(1, 3, 0, 10);
|
||||
try
|
||||
{
|
||||
var version = _glamourerApiVersions.Invoke();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue