fix kill feed
This commit is contained in:
parent
07c79d19b8
commit
80f4f999f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user