diff --git a/BloonsTD6 Mod Helper/Properties/launchSettings.json b/BloonsTD6 Mod Helper/Properties/launchSettings.json index 7d5bb85a5..25cc67b9a 100644 --- a/BloonsTD6 Mod Helper/Properties/launchSettings.json +++ b/BloonsTD6 Mod Helper/Properties/launchSettings.json @@ -3,13 +3,14 @@ "BloonsTD6": { "commandName": "Executable", "executablePath": "$(BloonsTD6)/BloonsTD6.exe", - "workingDirectory": "$(BloonsTD6)" + "workingDirectory": "$(BloonsTD6)", + "commandLineArgs": "moddingDev" }, "BloonsTD6 (ML Debug)": { "commandName": "Executable", "executablePath": "$(BloonsTD6)/BloonsTD6.exe", "workingDirectory": "$(BloonsTD6)", - "commandLineArgs": "--melonloader.debug" + "commandLineArgs": "moddingDev --melonloader.debug" } } } \ No newline at end of file