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