diff --git a/src/core/execution/TransportShipExecution.ts b/src/core/execution/TransportShipExecution.ts index f8d9a9e89..b39392494 100644 --- a/src/core/execution/TransportShipExecution.ts +++ b/src/core/execution/TransportShipExecution.ts @@ -128,6 +128,7 @@ export class TransportShipExecution implements Execution { // TODO: add to poisoned port list console.warn(`path not found tot dst`) this.dst = null + this.active = false break } }