Changed OutputPath to OutDir for rider compatibility

This commit is contained in:
Alex
2025-05-15 19:53:22 +01:00
parent c4382a8a32
commit 93b612a60c
@@ -3,7 +3,7 @@
"Spt Server": {
"commandName": "Project",
"hotReloadEnabled": false,
"workingDirectory": "$(OutputPath)"
"workingDirectory": "$(OutDir)"
}
}
}