Removing generated stuff via prefixes

This commit is contained in:
2024-09-08 20:12:05 +03:00
parent 41b46c9526
commit f103860c79
4 changed files with 32 additions and 0 deletions

View File

@@ -239,6 +239,8 @@ void WorldEditor::editor_command(const String &command, const Array &args)
}
} else if (command == "select_building") {
select_building(args[0], args[1], args[2]);
} else if (command == "remove_generated_stuff") {
stream_world->run_command(command, args);
} else if (road_lines_editor) {
road_lines_editor->editor_command(command, args);
}