actually fix dst is null on transportshipexecution bug

This commit is contained in:
Evan
2024-11-20 20:48:44 -08:00
parent 9bfdab083c
commit cb44144fc6
@@ -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
}
}