mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-07 09:25:58 +00:00
fix: update dst port when ship captured (#217)
This commit is contained in:
@@ -91,6 +91,7 @@ export class TradeShipExecution implements Execution {
|
||||
return;
|
||||
} else {
|
||||
this._dstPort = ports[0];
|
||||
this.tradeShip.setDstPort(this._dstPort);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user