Skip to content

Commit

Permalink
Log found CK3 DLCs (#2235)
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Sep 27, 2024
1 parent 674a51c commit 2544635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ImperatorToCK3/CK3/World.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1072,6 +1072,7 @@ private void DetermineCK3Dlcs(Configuration config) {
foreach (var dlcFile in dlcFiles) {
var dlcFileName = Path.GetFileName(dlcFile);
if (dlcFileToDlcFlagDict.TryGetValue(dlcFileName, out var dlcFlag)) {
Logger.Info($"Found DLC: {dlcFlag}");
enabledDlcFlags.Add(dlcFlag);
} else {
Logger.Warn($"Unknown DLC file: {dlcFileName}");
Expand Down

0 comments on commit 2544635

Please sign in to comment.