Files
Nitrox/Nitrox.Launcher/Properties/launchSettings.json
2025-07-06 00:23:46 +02:00

15 lines
341 B
JSON

{
"profiles": {
"Nitrox.Launcher": {
"commandName": "Project"
},
"Crash Report": {
"commandName": "Project",
"commandLineArgs": "--crash-report"
},
"Instant launch \"world\"": {
"commandName": "Project",
"commandLineArgs": "instantlaunch --save \"world\" --players \"Player1\""
}
}
}