| # | Line 323 | Line 323 | int globalizeData(void) | |
|---|---|---|
| 323 | if (exists("../GameDataFolder/IGMD")) remove_all("../GameDataFolder/IGMD"); | |
| 324 | */ | |
| 325 | create_directory((path)"../GameDataFolder/IGMD"); | |
| 326 | < | copy((path)"packages/VanillaBSL/", (path)"../GameDataFolder"); |
| 326 | > | copy((path)"packages/VanillaBSL/IGMD", (path)"../GameDataFolder"); |
| 327 | setProgressBar( 1000 ); | |
| 328 | setStatusArea((string)"Done! Now select your mod packages and click install."); | |
| 329 | // while(1) Sleep(-1); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |