diff --git a/index.php b/index.php
index aa1b65c..a88eecd 100644
--- a/index.php
+++ b/index.php
@@ -109,11 +109,11 @@ $lastMatches = array_slice($allMatches, 0, 8);
if ($rank['name'] == $value) {
//print_r($rank);
- if (isset($rank['stat']['data']['attributes']['rankedGameModeStats']['squad-fpp'])) {
+ //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 |
";
- }
+ // } else {
+ // echo "| name | " . htmlspecialchars($value) . " | N/A | N/A |
";
+ //}
}
}
}