Merge pull request #104 from LuaDeldu/master

Missing comma
This commit is contained in:
AdrineX
2018-07-10 11:00:56 -04:00
committed by GitHub
+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)
})