Main to dev #77

Merged
OpzekerIT merged 53 commits from main into dev 2023-10-13 17:25:56 +00:00
Showing only changes of commit c32381648f - Show all commits

View file

@ -48,6 +48,8 @@ error_reporting(E_ALL);
$matches = $player_data['matches'];
$KD_H = ($player_data['KD_H'] == "Infinity") ? "" : number_format($player_data['KD_H'], 2, ',', '');
$KD_ALL = ($player_data['KD_ALL'] == "Infinity") ? "" : number_format($player_data['KD_ALL'], 2, ',', '');
echo $KD_H;
echo $KD_ALL;
echo "<tr>
<td>$player_name</td>