mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-21 22:17:41 +01:00
Return 0 if mutual result cannot be used
This commit is contained in:
parent
8b3258988d
commit
e8d5515169
@ -621,7 +621,7 @@ class Tournament
|
||||
}
|
||||
}
|
||||
if ($totalmatches != count($interestingplayers)) {
|
||||
$points = null;
|
||||
$points = 0;
|
||||
}
|
||||
return $points;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user