Complete universe model migration
This commit is contained in:
@@ -157,7 +157,7 @@ async function runAction(action: MenuAction) {
|
||||
sourceStationId: null,
|
||||
destinationStationId: null,
|
||||
itemId,
|
||||
nodeId: target.value.selection.kind === "node" ? target.value.selection.id : null,
|
||||
anchorId: target.value.anchorId ?? null,
|
||||
constructionSiteId: null,
|
||||
moduleId: null,
|
||||
waitSeconds: 0,
|
||||
@@ -182,7 +182,7 @@ async function runAction(action: MenuAction) {
|
||||
sourceStationId: null,
|
||||
destinationStationId: null,
|
||||
itemId: null,
|
||||
nodeId: null,
|
||||
anchorId: null,
|
||||
constructionSiteId: null,
|
||||
moduleId: null,
|
||||
waitSeconds: 8,
|
||||
@@ -207,7 +207,7 @@ async function runAction(action: MenuAction) {
|
||||
sourceStationId: null,
|
||||
destinationStationId: null,
|
||||
itemId: null,
|
||||
nodeId: null,
|
||||
anchorId: null,
|
||||
constructionSiteId: null,
|
||||
moduleId: null,
|
||||
waitSeconds: 6,
|
||||
@@ -232,7 +232,7 @@ async function runAction(action: MenuAction) {
|
||||
sourceStationId: null,
|
||||
destinationStationId: null,
|
||||
itemId: null,
|
||||
nodeId: null,
|
||||
anchorId: null,
|
||||
constructionSiteId: null,
|
||||
moduleId: null,
|
||||
waitSeconds: 0,
|
||||
|
||||
Reference in New Issue
Block a user