mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-22 06:26:57 +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)) {
|
if ($totalmatches != count($interestingplayers)) {
|
||||||
$points = null;
|
$points = 0;
|
||||||
}
|
}
|
||||||
return $points;
|
return $points;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user