mirror of
https://github.com/diamante0018/InfectedGSC.git
synced 2025-04-19 12:12:53 +00:00
Fix
This commit is contained in:
parent
098972a091
commit
efad65fd45
@ -77,7 +77,7 @@ codeCallbackPlayerDamage( eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath
|
||||
return;
|
||||
}
|
||||
|
||||
if ( sWeapon == "iw5_1887_mp" )
|
||||
if ( isSubStr( sWeapon, "iw5_1887_mp" ) && sMeansOfDeath != "MOD_MELEE" )
|
||||
{
|
||||
iDamage = 35;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user