refactor and fix some shit

This commit is contained in:
Stanley Dimant
2022-06-15 21:30:08 +02:00
parent 8143090033
commit 4f72daa0eb
10 changed files with 351 additions and 188 deletions

View File

@@ -144,7 +144,7 @@ namespace MareSynchronos.Hooks
return cache;
}
public List<FileReplacement> PrintRequestedResources()
public void PrintRequestedResources()
{
var cache = BuildCharacterCache();
@@ -158,8 +158,6 @@ namespace MareSynchronos.Hooks
{
PluginLog.Verbose(resource.Value.ToString());
}
return cache.FileReplacements;
}
public void StartHooks()