This commit is contained in:
neon 2019-07-14 20:14:50 +02:00
parent d46bc97bd1
commit 8339dd6e5f
1 changed files with 1 additions and 0 deletions

View File

@ -287,6 +287,7 @@ stock NapalmIgniteEntity(client, Float:time)
if (StrEqual(classname, "entityflame", false))
{
SetEntPropFloat(fire, Prop_Data, "m_flLifetime", GetGameTime() + time);
APIOnClientIgnited(client, time);
return;
}
}