fix kill feed

This commit is contained in:
edshot99 2024-01-26 15:27:04 -06:00
parent 07c79d19b8
commit 80f4f999f4

View File

@ -6,10 +6,12 @@ function GM:AddKillFeed(ply, inflictor, attacker)
net.WriteEntity(ply)
net.WriteEntity(inflictor)
net.WriteEntity(attacker)
--[[
if ply.LastDamageInfo then
net.WriteUInt(ply.LastDamageInfo:GetDamageType(), 32)
else
net.WriteUInt(0, 32)
end
]]--
net.Broadcast()
end