@mtgame/core 0.1.122 → 0.1.123
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.
|
@@ -10565,7 +10565,6 @@
|
|
|
10565
10565
|
return (this.shShotMisses || 0) + (this.shShotsOnGoal || 0) + (this.shShotsBlocked || 0) +
|
|
10566
10566
|
(this.shCornerMisses || 0) + (this.shCornerOnGoals || 0) +
|
|
10567
10567
|
(this.shFreeKickMisses || 0) + (this.shFreeKickOnGoals || 0);
|
|
10568
|
-
;
|
|
10569
10568
|
},
|
|
10570
10569
|
enumerable: false,
|
|
10571
10570
|
configurable: true
|