maybe add ivcs support?

This commit is contained in:
Stanley Dimant
2022-07-16 02:30:46 +02:00
parent e70001770f
commit 7f9c1c1835
3 changed files with 20 additions and 3 deletions

View File

@@ -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);