Update Engine.cpp

This commit is contained in:
izzy2lost
2025-07-27 23:03:49 -04:00
committed by GitHub
parent 2b380d8810
commit bd9c1eb6dd
+1 -1
View File
@@ -110,7 +110,7 @@ GameEngine::GameEngine() {
archiveFiles.push_back(assets_path);
}
if (const std::string patches_path = Ship::Context::GetPathRelativeToConfigDirectory("mods");
if (const std::string patches_path = "/storage/emulated/0/Starship/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)) {