mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:57:22 +01:00
sequentialize file uploads, bump version
This commit is contained in:
parent
e813976171
commit
6aace54910
3 changed files with 4 additions and 3 deletions
|
|
@ -167,7 +167,7 @@ public class IpcManager : IDisposable
|
|||
{
|
||||
try
|
||||
{
|
||||
return _penumbraApiVersion.Invoke() is { Item1: 4, Item2: >= 13 };
|
||||
return _penumbraApiVersion.Invoke() is { Item1: 4, Item2: >= 17 };
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue