@mtgame/core 1.0.47 → 1.0.48

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.
@@ -13476,7 +13476,7 @@
13476
13476
  });
13477
13477
  Object.defineProperty(WaterpoloGameStatistic.prototype, "totalShots", {
13478
13478
  get: function () {
13479
- return this.shots + this.shootoutShots;
13479
+ return this.shots;
13480
13480
  },
13481
13481
  enumerable: false,
13482
13482
  configurable: true