mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 19:54:15 +01:00
fix mods not applying race condition, fix service settings empty maybe
This commit is contained in:
parent
a272f7819f
commit
4ef2054995
3 changed files with 50 additions and 28 deletions
|
|
@ -183,8 +183,6 @@ public class PlayerDataFactory
|
|||
|
||||
if (string.IsNullOrEmpty(texPath)) continue;
|
||||
|
||||
_logger.LogTrace("Checking File Replacement for Texture {file}", texPath);
|
||||
|
||||
AddReplacementsFromTexture(texPath, forwardResolve, reverseResolve);
|
||||
}
|
||||
|
||||
|
|
@ -234,7 +232,7 @@ public class PlayerDataFactory
|
|||
{
|
||||
if (string.IsNullOrEmpty(texPath)) return;
|
||||
|
||||
_logger.LogTrace("Checking file Replacement for texture {path}", texPath);
|
||||
_logger.LogTrace("Checking File Replacement for Texture {path}", texPath);
|
||||
|
||||
if (doNotReverseResolve)
|
||||
forwardResolve.Add(texPath);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue