fix mods not applying race condition, fix service settings empty maybe

This commit is contained in:
rootdarkarchon
2023-05-16 17:34:52 +02:00
parent a272f7819f
commit 4ef2054995
3 changed files with 50 additions and 28 deletions

View File

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