diff --git a/src/HOI4World/Ideas/Ideas.cpp b/src/HOI4World/Ideas/Ideas.cpp index 54be68000..5ca3dc9bf 100644 --- a/src/HOI4World/Ideas/Ideas.cpp +++ b/src/HOI4World/Ideas/Ideas.cpp @@ -27,7 +27,7 @@ void HoI4::Ideas::importIdeologicalIdeas(const std::set& majorIdeol ideologicalIdeas[groupName].push_back(IdeaGroup(ideology, theStream)); }); - parseFile("Configurables/IdeologicalIdeas/" + ideology + ".txt"); + parseFile("Configurables/ideologicalIdeas/" + ideology + ".txt"); clearRegisteredKeywords(); } }