From 0711d555e135c6e192789c99538f7263e702a5c2 Mon Sep 17 00:00:00 2001
From: tobi132 <tobi132@gmx.net>
Date: Sat, 28 Dec 2019 22:48:24 +0100
Subject: [PATCH] Fixed #99

---
 system/pages/lastkills.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/pages/lastkills.php b/system/pages/lastkills.php
index bd2143ba..b325f506 100644
--- a/system/pages/lastkills.php
+++ b/system/pages/lastkills.php
@@ -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,
 				);