diff --git a/last_stats.php b/last_stats.php
index c9bbc06..ee83a48 100644
--- a/last_stats.php
+++ b/last_stats.php
@@ -28,19 +28,19 @@ error_reporting(E_ALL);
$players_matches = json_decode(file_get_contents('./data/player_last_stats.json'), true);
- echo "
";
- echo "
- | Playername |
- Deaths |
- Kills |
- Human Kills |
- Matches |
- K/D (Human) |
- K/D (All) |
-
";
+ echo 2222222;
foreach ($players_matches as $player_datas) {
-
+ echo "";
+ echo "
+ | Playername |
+ Deaths |
+ Kills |
+ Human Kills |
+ Matches |
+ K/D (Human) |
+ K/D (All) |
+
";
foreach ($player_datas as $player_data) {
if (!isset($player_data['playername']) || is_null($player_data['playername'])) {
continue; // Skip this iteration and move to the next