diff --git a/src/Tournament.php b/src/Tournament.php index c0a4670..d47793d 100644 --- a/src/Tournament.php +++ b/src/Tournament.php @@ -621,7 +621,7 @@ class Tournament } } if ($totalmatches != count($interestingplayers)) { - $points = null; + $points = 0; } return $points; }