mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
Fixed #99
This commit is contained in:
@@ -75,7 +75,7 @@ else {
|
|||||||
|
|
||||||
$last_kills[] = array(
|
$last_kills[] = array(
|
||||||
'id' => $players_deaths_count,
|
'id' => $players_deaths_count,
|
||||||
'date' => $death['date'],
|
'time' => $death['date'],
|
||||||
'killers_string' => $killers_string,
|
'killers_string' => $killers_string,
|
||||||
'world_id' => isset($config['worlds'][(int)$death['world_id']]) ? $config['worlds'][(int)$death['world_id']] : null,
|
'world_id' => isset($config['worlds'][(int)$death['world_id']]) ? $config['worlds'][(int)$death['world_id']] : null,
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user