Chat changes for 2.0.3 (#134)

Co-authored-by: azyges <aaaaaa@aaa.aaa>
Co-authored-by: cake <admin@cakeandbanana.nl>
Reviewed-on: #134
Reviewed-by: defnotken <defnotken@noreply.git.lightless-sync.org>
This commit was merged in pull request #134.
This commit is contained in:
2026-01-05 19:58:10 +00:00
parent 3205e6e0c3
commit 8e08da7471
5 changed files with 942 additions and 166 deletions

View File

@@ -669,7 +669,7 @@ public class PlayerDataFactory
list.Add(forwardPaths[i].ToLowerInvariant());
else
{
resolvedPaths[filePath] = [forwardPaths[i].ToLowerInvariant()];
resolvedPaths[filePath] = [forwardPathsLower[i]];
}
}