mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:47:22 +01:00
use index from gameobject to set set temp mods
This commit is contained in:
parent
814b24ebd8
commit
9a049c0d01
6 changed files with 23 additions and 73 deletions
|
|
@ -131,11 +131,6 @@ public sealed class FileCacheManager : IDisposable
|
|||
}
|
||||
}
|
||||
|
||||
public string ResolveFileReplacement(string gamePath)
|
||||
{
|
||||
return _ipcManager.PenumbraResolvePath(gamePath);
|
||||
}
|
||||
|
||||
public void UpdateHash(FileCacheEntity fileCache)
|
||||
{
|
||||
_logger.LogTrace("Updating hash for {path}", fileCache.ResolvedFilepath);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue