fix: update dst port when ship captured (#217)

This commit is contained in:
Ilan Schemoul
2025-03-13 14:31:41 +01:00
committed by GitHub
parent 8124651382
commit cb3f36a74f
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -91,6 +91,7 @@ export class TradeShipExecution implements Execution {
return;
} else {
this._dstPort = ports[0];
this.tradeShip.setDstPort(this._dstPort);
}
}