Merge branch 'MultiMC:develop' into develop

This commit is contained in:
Neptune
2024-03-29 13:26:54 -05:00
committed by GitHub

View File

@@ -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");
}