From b51889afe3ec4bf413d45b3bae02029385f1b249 Mon Sep 17 00:00:00 2001 From: LuaDeldu Date: Tue, 10 Jul 2018 16:13:09 +0200 Subject: [PATCH] Missing comma --- client/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.lua b/client/main.lua index 6ef73fbd..59930d9e 100644 --- a/client/main.lua +++ b/client/main.lua @@ -100,7 +100,7 @@ AddEventHandler('baseevents:onPlayerKilled', function(killerPed, data) table.insert(data, { victimCoords = victimCoords, - weaponHash = weaponHash + weaponHash = weaponHash, deathCause = GetPedCauseOfDeath(playerPed) })