Skip to content

Commit

Permalink
Fix ideologicalIdeas folder capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
cetvrtak committed Jul 5, 2024
1 parent 16cee56 commit 7df3892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HOI4World/Ideas/Ideas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void HoI4::Ideas::importIdeologicalIdeas(const std::set<std::string>& majorIdeol
ideologicalIdeas[groupName].push_back(IdeaGroup(ideology, theStream));
});

parseFile("Configurables/IdeologicalIdeas/" + ideology + ".txt");
parseFile("Configurables/ideologicalIdeas/" + ideology + ".txt");
clearRegisteredKeywords();
}
}
Expand Down

0 comments on commit 7df3892

Please sign in to comment.