mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 08:14:38 +01:00
Fix typo in WC_EDITOR_OBJECTIVE_OPTIONS
This commit is contained in:
@@ -1162,7 +1162,7 @@ static int32_t cc_open(InteractiveConsole& console, const arguments_t& argv)
|
||||
}
|
||||
else if (argv[0] == "objective_options" && invalidArguments(&invalidTitle, !title))
|
||||
{
|
||||
context_open_window(WC_EDTIOR_OBJECTIVE_OPTIONS);
|
||||
context_open_window(WC_EDITOR_OBJECTIVE_OPTIONS);
|
||||
}
|
||||
else if (argv[0] == "options")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user