diff --git a/ModTemplate/Properties/launchSettings.json b/ModTemplate/Properties/launchSettings.json index a74d37c..9f0cd9b 100644 --- a/ModTemplate/Properties/launchSettings.json +++ b/ModTemplate/Properties/launchSettings.json @@ -3,14 +3,14 @@ "Client": { "commandName": "Executable", "executablePath": "$(VINTAGE_STORY)/Vintagestory.exe", - "commandLineArgs": "--tracelog --addModPath $(ProjectDir)/bin/$(Configuration)/Mods", + "commandLineArgs": "--tracelog --addModPath \"$(ProjectDir)/bin/$(Configuration)/Mods\"", "workingDirectory": "$(VINTAGE_STORY)" }, "Server": { "commandName": "Executable", "executablePath": "$(VINTAGE_STORY)/VintagestoryServer.exe", - "commandLineArgs": "--tracelog --addModPath $(ProjectDir)/bin/$(Configuration)/Mods", + "commandLineArgs": "--tracelog --addModPath \"$(ProjectDir)/bin/$(Configuration)/Mods\"", "workingDirectory": "$(VINTAGE_STORY)" } } -} \ No newline at end of file +}