@mtgame/core 0.1.133 → 0.1.134
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.
|
@@ -11022,7 +11022,7 @@
|
|
|
11022
11022
|
WaterpoloGameLog.prototype.isFoulType = function () {
|
|
11023
11023
|
return [
|
|
11024
11024
|
exports.WaterpoloGameLogTypes.minor_penalty, exports.WaterpoloGameLogTypes.major_penalty, exports.WaterpoloGameLogTypes.match_penalty,
|
|
11025
|
-
exports.WaterpoloGameLogTypes.personal_foul, exports.WaterpoloGameLogTypes.foul, exports.WaterpoloGameLogTypes.attack_foul
|
|
11025
|
+
exports.WaterpoloGameLogTypes.personal_foul, exports.WaterpoloGameLogTypes.foul, exports.WaterpoloGameLogTypes.attack_foul, exports.WaterpoloGameLogTypes.penalty_foul
|
|
11026
11026
|
].indexOf(this.logType) > -1;
|
|
11027
11027
|
};
|
|
11028
11028
|
WaterpoloGameLog.prototype.isAfter = function (log) {
|