diff --git a/src/port/Engine.cpp b/src/port/Engine.cpp index cd0f2112..efd2d6b5 100644 --- a/src/port/Engine.cpp +++ b/src/port/Engine.cpp @@ -110,7 +110,7 @@ GameEngine::GameEngine() { archiveFiles.push_back(assets_path); } - if (const std::string patches_path = Ship::Context::GetPathRelativeToAppDirectory("mods"); + if (const std::string patches_path = Ship::Context::GetPathRelativeToConfigDirectory("mods"); !patches_path.empty() && std::filesystem::exists(patches_path)) { if (std::filesystem::is_directory(patches_path)) { for (const auto& p : std::filesystem::recursive_directory_iterator(patches_path)) {