mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
Some small fixes
This commit is contained in:
@@ -78,7 +78,7 @@ else {
|
||||
'id' => $players_deaths_count,
|
||||
'date' => $death['date'],
|
||||
'killers_string' => $killers_string,
|
||||
'world_id' => $config['worlds'][(int)$death['world_id']]
|
||||
'world_id' => isset($config['worlds'][(int)$death['world_id']]) ? $config['worlds'][(int)$death['world_id']] : null,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user