Skip to content

Commit

Permalink
Fix ck3HasRajasOfAsia variable having wrong value
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Jan 7, 2025
1 parent 6a6dbd6 commit 5fb5fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImperatorToCK3/CK3/World.cs
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ private void LoadCorrectProvinceMappingsFile(Imperator.World irWorld, Configurat
// Terra Indomita mappings should be used if either TI or Antiquitas is detected.
bool irHasTI = irWorld.Countries.Any(c => c.Variables.Contains("unification_points")) || irWorld.UsableMods.Any(m => m.Name == "Antiquitas");

bool ck3HasRajasOfAsia = config.AsiaExpansionProjectEnabled;
bool ck3HasRajasOfAsia = config.RajasOfAsiaEnabled;
bool ck3HasAEP = config.AsiaExpansionProjectEnabled;

string mappingsToUse;
Expand Down

0 comments on commit 5fb5fec

Please sign in to comment.