diff --git a/src/core/execution/PortExecution.ts b/src/core/execution/PortExecution.ts index e6ff3962c..bc5674ff6 100644 --- a/src/core/execution/PortExecution.ts +++ b/src/core/execution/PortExecution.ts @@ -79,7 +79,7 @@ export class PortExecution implements Execution { return; } - const ports = this.owner().tradingPorts(this.port); + const ports = this.player().tradingPorts(this.port); if (ports.length == 0) { return;