From d1a2ef0d1e22b6692a1c318bd132108b96ee854e Mon Sep 17 00:00:00 2001 From: doombubbles Date: Wed, 7 Aug 2024 17:44:23 -0700 Subject: [PATCH] Update launchSettings.json --- BloonsTD6 Mod Helper/Properties/launchSettings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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