Return 0 if mutual result cannot be used

This commit is contained in:
Jeroen De Meerleer 2019-09-27 17:29:51 +02:00
parent 8b3258988d
commit e8d5515169
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ class Tournament
}
}
if ($totalmatches != count($interestingplayers)) {
$points = null;
$points = 0;
}
return $points;
}