diff --git a/last_stats.php b/last_stats.php index f9c510f..c67d509 100644 --- a/last_stats.php +++ b/last_stats.php @@ -51,9 +51,9 @@ $ogDescription = "Explore detailed player statistics over the past month includi Player Win % K/D Human + Human Kills K/D All Kills - Human Kills Mtchs Wins Deaths @@ -127,9 +127,9 @@ $ogDescription = "Explore detailed player statistics over the past month includi $player_name $winratio $KD_H + $humankills $KD_ALL $kills - $humankills $matches $wins $deaths @@ -161,4 +161,4 @@ $ogDescription = "Explore detailed player statistics over the past month includi - \ No newline at end of file + diff --git a/topstats.php b/topstats.php index aeb8a05..e5d9612 100644 --- a/topstats.php +++ b/topstats.php @@ -32,7 +32,7 @@ include './includes/header.php';
"; // Displaying top 10 comparisons for each attribute - $attributes = ['dBNOs', 'damageDealt', 'roadKills', 'teamKills','headshotKills','roundMostKills','kills','wins','top10s']; + $attributes = ['wins','top10s','kills','dBNOs','damageDealt','headshotKills','roadKills','teamKills','roundMostKills']; foreach ($attributes as $attribute) { echo "

Top 10 $attribute

"; uasort($players_data[$selected_mode], function ($a, $b) use ($attribute) {