fix: Remove unused material property from vehicle action definition
This commit is contained in:
@@ -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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user