mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-29 19:33:38 +01:00
refactor and fix some shit
This commit is contained in:
parent
8143090033
commit
4f72daa0eb
10 changed files with 351 additions and 188 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue