Building creation done
This commit is contained in:
@@ -245,6 +245,9 @@ void WorldEditor::editor_command(const String &command, const Array &args)
|
||||
} else if (command == "remove_buildings_by_prefix") {
|
||||
if (stream_world)
|
||||
stream_world->run_command(command, args);
|
||||
} else if (command == "create_building") {
|
||||
if (stream_world)
|
||||
stream_world->run_command(command, args);
|
||||
} else {
|
||||
if (road_lines_editor)
|
||||
road_lines_editor->editor_command(command, args);
|
||||
|
||||
Reference in New Issue
Block a user