mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-09-06 03:59:29 +00:00
Merge branch 'MultiMC:develop' into develop
This commit is contained in:
@@ -93,6 +93,9 @@ QString getFTBAPath() {
|
||||
#endif
|
||||
|
||||
QString getFTBASettingsPath() {
|
||||
QString returnpath = FS::PathCombine(getFTBAPath(), "storage/settings.json");
|
||||
if (QFileInfo::exists(returnpath))
|
||||
return returnpath;
|
||||
return FS::PathCombine(getFTBAPath(), "bin/settings.json");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user