mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 13:33:02 +01:00
Merge objective options into scenario options
This commit is contained in:
@@ -1185,17 +1185,6 @@ static void ConsoleCommandOpen(InteractiveConsole& console, const arguments_t& a
|
||||
{
|
||||
ContextOpenWindow(WindowClass::EditorScenarioOptions);
|
||||
}
|
||||
else if (argv[0] == "objective_options" && InvalidArguments(&invalidTitle, !title))
|
||||
{
|
||||
if (NetworkGetMode() != NETWORK_MODE_NONE)
|
||||
{
|
||||
console.WriteLineError("Cannot open this window in multiplayer mode.");
|
||||
}
|
||||
else
|
||||
{
|
||||
ContextOpenWindow(WindowClass::EditorObjectiveOptions);
|
||||
}
|
||||
}
|
||||
else if (argv[0] == "options")
|
||||
{
|
||||
ContextOpenWindow(WindowClass::Options);
|
||||
|
||||
Reference in New Issue
Block a user