tier
This commit is contained in:
parent
eaecceae11
commit
3665022025
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue