From 60be8b236ade273c8d3163b03a3d5fabcf7deccf Mon Sep 17 00:00:00 2001 From: Ilan Schemoul Date: Fri, 28 Mar 2025 01:34:30 +0100 Subject: [PATCH] fix compilation (#359) ## Please complete the following: just a compilation bug fix. npm run dev is how i test ## Please put your Discord username so you can be contacted if a bug or regression is found: respectful pinguin --- src/core/execution/PortExecution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;