Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbayliss committed Nov 10, 2024
1 parent d910158 commit e176c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/OverviewController.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function index(PlayerService $player, BuildingQueueService $building_queu
'planet_coordinates' => $player->planets->current()->getPlanetCoordinates()->asString(),
'user_points' => AppUtil::formatNumber($highscoreService->getPlayerScore($player)),
'user_rank' => $user_rank,
'max_rank' => $max_ranks, // @TODO
'max_rank' => $max_ranks,
'user_honor_points' => 0, // @TODO
'build_active' => $build_active,
'building_count' => $player->planets->current()->getBuildingCount(),
Expand Down

0 comments on commit e176c53

Please sign in to comment.