This commit is contained in:
Lanta 2023-11-27 22:17:00 +01:00
parent dac9088354
commit 42d7d4a92f

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']['squad-fpp']['currentTier']);
print_r($rank['stat']['data']['attributes']['rankedGameModeStats']['squad-fpp']['currentTier']['tier']);
if ($rank['name'] == $value) {
print_r($rank);