From eaecceae11a40599f79672c8f0a3311eebd10d26 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Mon, 27 Nov 2023 22:15:56 +0100 Subject: [PATCH] s --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 96a5fac..474de6c 100644 --- a/index.php +++ b/index.php @@ -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);