Inject common/instance dir.

This commit is contained in:
Daniel Scalzi
2023-02-25 03:28:40 -05:00
parent b32857e7de
commit 9a4129c11a
3 changed files with 8 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ exports.REMOTE_DISTRO_URL = 'http://mc.westeroscraft.com/WesterosCraftLauncher/d
const api = new DistributionAPI(
ConfigManager.getLauncherDirectory(),
null, // Injected forcefully by the preloader.
null, // Injected forcefully by the preloader.
exports.REMOTE_DISTRO_URL,
false
)