Fixed napalm.

This commit is contained in:
Greyscale 2009-06-15 23:02:35 -07:00
parent 615bc3e860
commit 681eb0e64d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}