This commit is contained in:
thijs 2023-11-03 10:53:45 +01:00
parent 9c5bed8917
commit 70b1253ab0

View file

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