launch from start: restart scenario if already in it

This commit is contained in:
2025-01-14 19:55:50 -06:00
committed by Celtic Minstrel
parent 80aa0341a1
commit 832ceffe8e
4 changed files with 9 additions and 5 deletions

View File

@@ -158,6 +158,8 @@ void launch_scenario(eLaunchType type) {
// Cancel
return;
}
}else if(type == eLaunchType::START){
command_stream << "--restart";
}
// allow specifying a debug party path as an editor preference