Skip to content

Commit

Permalink
Merge branch 'master' into treasures
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Jan 28, 2025
2 parents 5890daa + 8fe499e commit e251464
Show file tree
Hide file tree
Showing 5 changed files with 654 additions and 88 deletions.
2 changes: 1 addition & 1 deletion ImperatorToCK3.UnitTests/ImperatorToCK3.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AwesomeAssertions" Version="8.0.0-rc.3" />
<PackageReference Include="AwesomeAssertions" Version="8.0.0" />
<PackageReference Include="coverlet.msbuild" Version="6.0.4">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion ImperatorToCK3/CK3/Characters/CharactersLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void LoadCK3Characters(ModFilesystem ck3ModFS, Date bookmarkDate) {
loadedCharacters.Add(character);
});
parser.IgnoreAndLogUnregisteredItems();
parser.ParseGameFolder("history/characters", ck3ModFS, "txt", recursive: true);
parser.ParseGameFolder("history/characters", ck3ModFS, "txt", recursive: true, logFilePaths: true);

// Make all animation_test_ characters die on 2.1.1.
foreach (var character in loadedCharacters) {
Expand Down
Loading

0 comments on commit e251464

Please sign in to comment.