@mtgame/core 1.0.45 → 1.0.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13444,7 +13444,7 @@
13444
13444
  (this.ppFreeKickOnGoals || 0) + (this.evFreeKickOnGoals || 0) + (this.shFreeKickOnGoals || 0) +
13445
13445
  (this.ppCornerOnGoals || 0) + (this.evCornerOnGoals || 0) + (this.shCornerOnGoals || 0) +
13446
13446
  this.counterAttackShotOnGoals + this.maneuverShotOnGoals + this.centerForwardShotOnGoals +
13447
- this.perimetrShotOnGoals + this.postShotOnGoals + this.fastShotOnGoals;
13447
+ this.perimetrShotOnGoals + this.postShotOnGoals + this.fastShotOnGoals + (this.shootoutGoals || 0);
13448
13448
  },
13449
13449
  enumerable: false,
13450
13450
  configurable: true
@@ -13469,7 +13469,7 @@
13469
13469
  });
13470
13470
  Object.defineProperty(WaterpoloGameStatistic.prototype, "shots", {
13471
13471
  get: function () {
13472
- return this.ppShots + this.evShots + this.shShots;
13472
+ return this.ppShots + this.evShots + this.shShots + this.shootoutShots;
13473
13473
  },
13474
13474
  enumerable: false,
13475
13475
  configurable: true