mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-05 14:56:51 +01:00
BUGFIX: Buchholz fixed
This commit is contained in:
parent
1867d4d117
commit
ff69554916
@ -220,7 +220,7 @@ abstract class Tiebreaks extends Tournament
|
||||
});
|
||||
|
||||
$intpairings = array_slice($intpairings, $cutlowest);
|
||||
$intpairings = array_slice($intpairings, 0, 0 - $cuthighest);
|
||||
$intpairings = array_slice($intpairings, 0 - $cuthighest);
|
||||
|
||||
foreach ($intpairings as $intkey => $intpairing) {
|
||||
if (!is_null($intpairing->getOpponent())) {
|
||||
|
Loading…
Reference in New Issue
Block a user