Dev #158

Merged
Tzen merged 3 commits from dev into main 2023-11-28 13:11:15 +00:00
Showing only changes of commit b261c13ba3 - Show all commits

View file

@ -32,7 +32,7 @@ include './includes/header.php';
</form><br>";
// 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 "<h3>Top 10 $attribute</h3>";
uasort($players_data[$selected_mode], function ($a, $b) use ($attribute) {