mirror of
https://github.com/diamante0018/InfectedGSC.git
synced 2025-06-28 15:21:48 +00:00
Fix
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user