mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 16:51:30 +00:00
Compare commits
3 Commits
f2d1f98cae
...
e17a648c2b
Author | SHA1 | Date | |
---|---|---|---|
|
e17a648c2b | ||
|
d4247bf3ae | ||
|
07811bddd7 |
@@ -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