This commit is contained in:
zaCade 2018-02-22 15:33:35 +01:00
parent b594a074fc
commit 6aeb1950a2

View File

@ -137,7 +137,7 @@ NapalmOnClientHurt(client, attacker, const String:weapon[], dmg_health)
if (reset || !(flags & FL_ONFIRE)) if (reset || !(flags & FL_ONFIRE))
{ {
new Float:timescale = GetConVarFloat(g_hCvarsList[CVAR_NAPALM_TIME_SCALE]) new Float:timescale = GetConVarFloat(g_hCvarsList[CVAR_NAPALM_TIME_SCALE]);
if (timescale > 0.0) if (timescale > 0.0)
{ {
// Figure out our scale value. // Figure out our scale value.