From cb44144fc63b942ae6127fe8b0fe9483c65747d9 Mon Sep 17 00:00:00 2001 From: Evan Date: Wed, 20 Nov 2024 20:48:44 -0800 Subject: [PATCH] actually fix dst is null on transportshipexecution bug --- src/core/execution/TransportShipExecution.ts | 1 + 1 file changed, 1 insertion(+) 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 } }