1
This commit is contained in:
parent
701f9355ba
commit
6f74fbd43c
@ -304,10 +304,7 @@ class CircuitRankingService extends BaseService {
|
|||||||
'phase' => $currentStageMeta['circuit_phase'],
|
'phase' => $currentStageMeta['circuit_phase'],
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'cumulative_score' => function() use($android, $newScore) {
|
'cumulative_score' => $newScore
|
||||||
$addScore = $android['cumulative_score'] - $newScore;
|
|
||||||
return 'cumulative_score +' . $addScore;
|
|
||||||
},
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user