typo
This commit is contained in:
parent
e0a8aaa7c5
commit
7858067633
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
|
||||
}
|
||||
if ($player_data['matches'] < 10){
|
||||
continue
|
||||
continue;
|
||||
}
|
||||
$player_name = $player_data['playername'];
|
||||
$deaths = number_format($player_data['deaths'], 2, ',', '');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue