Fixed logic mistake in napalm feature.
This commit is contained in:
parent
615bc3e860
commit
29872529b6
|
@ -53,7 +53,7 @@ NapalmOnClientHurt(client, attacker, const String:weapon[])
|
|||
}
|
||||
|
||||
// If the attacker can't throw napalm grenades, then stop.
|
||||
if (ClassGetHasNapalm(attacker))
|
||||
if (!ClassGetHasNapalm(attacker))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user