@@ -42,6 +42,11 @@ export class UnitColorsSysterm extends Component {
continue
}
+ if (points[i].name === "inuse" && points[i].children.length === 2) {
+ cars.push(points[i].children[1])
+ continue
+ }
+
if (points[i].name === "empty") {
isEmpty = true