This commit is contained in:
Thijs Stobbelaar 2023-11-27 22:15:56 +01:00
parent 97aefe67bf
commit eaecceae11

View file

@ -105,7 +105,7 @@ $lastMatches = array_slice($allMatches, 0, 8);
foreach ($playerRanks as $rank) { foreach ($playerRanks as $rank) {
print_r($value); print_r($value);
print_r($rank['name']); 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) { if ($rank['name'] == $value) {
print_r($rank); print_r($rank);