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",
|
||||
actionName: "Deliver to Zone A",
|
||||
actionType: "travel",
|
||||
material: "crate",
|
||||
unLoadDuration: 10,
|
||||
loadCapacity: 2,
|
||||
pickUpPoint: { x: 90, y: 0, z: 28 },
|
||||
|
|
Loading…
Reference in New Issue