tweak: cleanup server-data

This commit is contained in:
Ethan Wood
2026-08-24 16:14:13 +01:00
parent e265cb251c
commit bfc8ccb8e9
62 changed files with 59 additions and 157362 deletions
@@ -2,7 +2,7 @@ AddEventHandler('gameEventTriggered', function(eventName, args)
if eventName == 'CEventNetworkEntityDamage' then
local victim = args[1]
local culprit = args[2]
local isDead = args[4] == 1
local isDead = args[6] == 1
if isDead then
local origCoords = GetEntityCoords(victim)