Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix/shop-sync' into fix/shop-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Henning Berge committed Mar 24, 2021
2 parents 918e682 + b5bed41 commit 0f34584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game-engine/config/shop-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class Shop {
this.rateModifier = modifier;
this.originalStock = stock;
this.container = new ItemContainer(40);
this.containerSubscription = this.container.containerUpdated.subscribe((_update: ContainerUpdateEvent) => this.updateCustomers())
this.containerSubscription = this.container.containerUpdated.subscribe((_update: ContainerUpdateEvent) => this.updateCustomers());
this.customers = [];
this.resetShopStock();
}
Expand Down

0 comments on commit 0f34584

Please sign in to comment.