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;