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