Proper display of building types

This commit is contained in:
2024-07-26 23:37:15 +03:00
parent d61618c895
commit 72beab0829
4 changed files with 11657 additions and 4899 deletions

View File

@@ -132,6 +132,10 @@ void WorldEditor::editor_command(const String &command, const Array &args)
if (stream_world) {
stream_world->run_command(command, args);
}
} else if (command == "get_building_types") {
if (stream_world) {
stream_world->run_command(command, args);
}
}
}