diff --git a/webapp/services/CircuitRankingService.php b/webapp/services/CircuitRankingService.php index 9f043145..06a57059 100644 --- a/webapp/services/CircuitRankingService.php +++ b/webapp/services/CircuitRankingService.php @@ -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 ) ); }