From b4cce9b57fed041b88b03c734b24e37f1830afc5 Mon Sep 17 00:00:00 2001 From: ltoni90 <30547156+ltoni90@users.noreply.github.com> Date: Mon, 7 Feb 2022 16:00:08 +0100 Subject: [PATCH] typo fix Co-authored-by: ChrissiQ <1127719+ChrissiQ@users.noreply.github.com> --- src/Corporation/Product.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Corporation/Product.ts b/src/Corporation/Product.ts index bca8e6468..2237b1b92 100644 --- a/src/Corporation/Product.ts +++ b/src/Corporation/Product.ts @@ -97,7 +97,7 @@ export class Product { marketTa2Price: IMap = createCityMap(0); // Determines the maximum amount of this product that can be sold in one market cycle - maxsll = 0 + maxsll = 0; constructor(params: IConstructorParams = {}) { this.name = params.name ? params.name : ""; this.dmd = params.demand ? params.demand : 0;