ranks on frontpage #148

Merged
OpzekerIT merged 26 commits from dev into main 2023-11-28 09:03:29 +00:00
Showing only changes of commit eaecceae11 - Show all commits

View file

@ -105,7 +105,7 @@ $lastMatches = array_slice($allMatches, 0, 8);
foreach ($playerRanks as $rank) {
print_r($value);
print_r($rank['name']);
print_r($rank['stat']['data']['attributes']['rankedGameModeStats']);
print_r($rank['stat']['data']['attributes']['rankedGameModeStats']['squad-fpp']['currentTier']);
if ($rank['name'] == $value) {
print_r($rank);