added crane interialtion with other assets
This commit is contained in:
@@ -20,7 +20,8 @@ export function determineExecutionOrder(products: productsSchema): PointsScheme[
|
||||
event.type === 'machine' ||
|
||||
event.type === 'storageUnit' ||
|
||||
event.type === 'roboticArm' ||
|
||||
event.type === 'human'
|
||||
event.type === 'human' ||
|
||||
event.type === 'crane'
|
||||
) {
|
||||
pointMap.set(event.point.uuid, event.point);
|
||||
allPoints.push(event.point);
|
||||
|
||||
Reference in New Issue
Block a user