This commit is contained in:
tobi132 2019-12-28 22:48:24 +01:00
parent e8363d7310
commit 0711d555e1

View File

@ -75,7 +75,7 @@ else {
$last_kills[] = array(
'id' => $players_deaths_count,
'date' => $death['date'],
'time' => $death['date'],
'killers_string' => $killers_string,
'world_id' => isset($config['worlds'][(int)$death['world_id']]) ? $config['worlds'][(int)$death['world_id']] : null,
);