*non-static. Related to #10 somehow.

master
Icedream 2013-12-25 18:50:32 +01:00
parent 64428b54ef
commit d23af759d5
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ hook.Add("PlayerDeath", "Disguiser.ThirdPersonDeath", function(victim, inflictor
local boomFx = ents.Create("env_explosion") local boomFx = ents.Create("env_explosion")
boomFx:SetPos(dentity:GetPos()) boomFx:SetPos(dentity:GetPos())
boomFx:Spawn() boomFx:Spawn()
boomFx.Fire("explode", "", 0) boomFx:Fire("explode", "", 0)
end end
end) end)