typo
This commit is contained in:
parent
9c5bed8917
commit
70b1253ab0
1 changed files with 1 additions and 1 deletions
|
|
@ -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, ',', '');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue