Minimap 10 matches #79

Merged
OpzekerIT merged 5 commits from dev into main 2023-11-03 09:54:35 +00:00
Showing only changes of commit 7858067633 - Show all commits

View file

@ -55,7 +55,7 @@ error_reporting(E_ALL);
continue; // Skip this iteration and move to the next
}
if ($player_data['matches'] < 10){
continue
continue;
}
$player_name = $player_data['playername'];
$deaths = number_format($player_data['deaths'], 2, ',', '');