diff --git a/last_stats.php b/last_stats.php
index 87993c9..90a0ec5 100644
--- a/last_stats.php
+++ b/last_stats.php
@@ -99,7 +99,7 @@ error_reporting(E_ALL);
echo "
- | $player_name |
+ $player_name |
$winratio |
$KD_H |
$KD_ALL |
diff --git a/latestmatches.php b/latestmatches.php
index 0963444..c2e6524 100644
--- a/latestmatches.php
+++ b/latestmatches.php
@@ -22,7 +22,7 @@ error_reporting(E_ALL);
$players_matches = json_decode(file_get_contents('./data/player_matches.json'), true);
// Display buttons for each player
- echo "
";
- $selected_player = $_POST['selected_player'] ?? $players_matches[0]['playername'];
+ $selected_player = $_GET['selected_player'] ?? $players_matches[0]['playername'];
$mapNames = array(
"Baltic_Main" => "Erangel",
"Chimera_Main" => "Paramo",