mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 09:48:52 +00:00
Missing comma
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@ AddEventHandler('baseevents:onPlayerKilled', function(killerPed, data)
|
||||
|
||||
table.insert(data, {
|
||||
victimCoords = victimCoords,
|
||||
weaponHash = weaponHash
|
||||
weaponHash = weaponHash,
|
||||
deathCause = GetPedCauseOfDeath(playerPed)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user