mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 18:27:24 +01:00
maybe add ivcs support?
This commit is contained in:
parent
e70001770f
commit
7f9c1c1835
3 changed files with 20 additions and 3 deletions
|
|
@ -175,7 +175,7 @@ namespace MareSynchronos.Managers
|
|||
_penumbraRemoveTemporaryCollection.InvokeFunc(characterName);
|
||||
}
|
||||
|
||||
public string? PenumbraResolvePath(string path, string characterName)
|
||||
public string? PenumbraResolvePath(string path)
|
||||
{
|
||||
if (!CheckPenumbraApi()) return null;
|
||||
var resolvedPath = _penumbraResolvePlayer!.InvokeFunc(path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue