mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 11:20:45 +00:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user