diff --git a/index.php b/index.php
index a88eecd..ead113b 100644
--- a/index.php
+++ b/index.php
@@ -106,15 +106,17 @@ $lastMatches = array_slice($allMatches, 0, 8);
print_r($value);
print_r($rank['name']);
print_r($rank['stat']['data']['attributes']['rankedGameModeStats']['squad-fpp']['currentTier']['tier']);
-
+
if ($rank['name'] == $value) {
- //print_r($rank);
- //if (isset($rank['stat']['data']['attributes']['rankedGameModeStats']['squad-fpp'])) {
- echo "
| name | " . htmlspecialchars($value) . " | " . htmlspecialchars($rank['stat']['data']['attributes']['rankedGameModeStats']['squad-fpp']['currentTier']) . " | " . htmlspecialchars($rank['stats']['data']['attributes']['rankedGameModeStats']['squad-fpp']['currentRankPoint']) . " |
";
- // } else {
- // echo "| name | " . htmlspecialchars($value) . " | N/A | N/A |
";
- //}
+ print_r('test');
+ // //if (isset($rank['stat']['data']['attributes']['rankedGameModeStats']['squad-fpp'])) {
+ // // echo "| name | " . htmlspecialchars($value) . " | " . htmlspecialchars($rank['stat']['data']['attributes']['rankedGameModeStats']['squad-fpp']['currentTier']) . " | " . htmlspecialchars($rank['stats']['data']['attributes']['rankedGameModeStats']['squad-fpp']['currentRankPoint']) . " |
";
+
+ } else {
+ print_r('test2');
+ // // echo "| name | " . htmlspecialchars($value) . " | N/A | N/A |
";
}
+
}
}
foreach ($clan as $key => $value) {