fix: Remove unused material property from vehicle action definition
This commit is contained in:
parent
475e5673ae
commit
2424fa2e15
|
@ -69,7 +69,6 @@ function Vehicles() {
|
||||||
actionUuid: "action-456",
|
actionUuid: "action-456",
|
||||||
actionName: "Deliver to Zone A",
|
actionName: "Deliver to Zone A",
|
||||||
actionType: "travel",
|
actionType: "travel",
|
||||||
material: "crate",
|
|
||||||
unLoadDuration: 10,
|
unLoadDuration: 10,
|
||||||
loadCapacity: 2,
|
loadCapacity: 2,
|
||||||
pickUpPoint: { x: 90, y: 0, z: 28 },
|
pickUpPoint: { x: 90, y: 0, z: 28 },
|
||||||
|
|
Loading…
Reference in New Issue