diff --git a/launcher/ui/pages/modplatform/import_ftb/Model.cpp b/launcher/ui/pages/modplatform/import_ftb/Model.cpp index 9c336961..3a23d069 100644 --- a/launcher/ui/pages/modplatform/import_ftb/Model.cpp +++ b/launcher/ui/pages/modplatform/import_ftb/Model.cpp @@ -93,7 +93,7 @@ QString getFTBAPath() { #endif QString getFTBASettingsPath() { - return FS::PathCombine(getFTBAPath(), "bin/settings.json"); + return FS::PathCombine(getFTBAPath(), "storage/settings.json"); } QString getFTBAVersionPath(const QString& id) {