1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-24 12:16:28 +01:00

[Creator] Fix incorrect launcher config dir.

This commit is contained in:
sk89q 2015-07-24 11:42:23 -07:00
parent 995d9433ad
commit f42e365734

View File

@ -93,7 +93,7 @@ public class PackManagerController {
launcherConfigDir.mkdirs();
webRoot.mkdirs();
this.launcher = new Launcher(launcherDir, creator.getDataDir());
this.launcher = new Launcher(launcherDir, launcherConfigDir);
this.executor = launcher.getExecutor();
this.frame = frame;