mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 17:59:22 +02:00
Fixed #99
This commit is contained in:
parent
e8363d7310
commit
0711d555e1
@ -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,
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user