mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-03 21:45:32 +02:00
avoid duplicate folders in Application Support
This commit is contained in:
parent
0758779f4f
commit
715949821f
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ void Config::readGameINI() {
|
|||
customDataPath = prefPath(dataPathOrg.c_str(), dataPathApp.c_str());
|
||||
}
|
||||
|
||||
commonDataPath = prefPath(".", "mkxpz");
|
||||
commonDataPath = prefPath(".", "mkxp-z");
|
||||
|
||||
if (rgssVersion == 0) {
|
||||
/* Try to guess RGSS version based on Data/Scripts extension */
|
||||
|
|
Loading…
Add table
Reference in a new issue