Skip to content

Commit

Permalink
Prevent errors in RGB color definitions from causing conversion failu…
Browse files Browse the repository at this point in the history
…re (#1865) #patch
  • Loading branch information
IhateTrains authored Apr 5, 2024
1 parent f4fc5b6 commit 4521c3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions ImperatorToCK3/CK3/Titles/LandedTitles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ public void LoadTitles(ModFilesystem ck3ModFS) {

var parser = new Parser();
RegisterKeys(parser);

var landedTitlesPath = Path.Combine("common", "landed_titles");
parser.ParseGameFolder(landedTitlesPath, ck3ModFS, "txt", true);

parser.ParseGameFolder("common/landed_titles", ck3ModFS, "txt", recursive: true, logFilePaths: true);
LogIgnoredTokens();

Logger.IncrementProgress();
Expand Down
2 changes: 1 addition & 1 deletion ImperatorToCK3/ImperatorToCK3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="PGCG.commonItems" Version="11.4.1" />
<PackageReference Include="PGCG.commonItems" Version="11.4.3" />
<PackageReference Include="PGCG.commonItems.SourceGenerators" Version="1.0.5" />
<PackageReference Include="Polly" Version="8.3.1" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.3" />
Expand Down

0 comments on commit 4521c3f

Please sign in to comment.