Missing comma

This commit is contained in:
LuaDeldu
2018-07-10 16:13:09 +02:00
parent 963432a737
commit b51889afe3
+1 -1
View File
@@ -100,7 +100,7 @@ AddEventHandler('baseevents:onPlayerKilled', function(killerPed, data)
table.insert(data, {
victimCoords = victimCoords,
weaponHash = weaponHash
weaponHash = weaponHash,
deathCause = GetPedCauseOfDeath(playerPed)
})