mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 13:55:43 +00:00
fix
This commit is contained in:
parent
893dfa5bf0
commit
26d2d487b8
@ -1638,7 +1638,7 @@ finishPlayerDamageWrapper( eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeat
|
||||
{
|
||||
if ( !isDefined( eAttacker ) )
|
||||
{
|
||||
if ( !isDefined( eInflictor ) )
|
||||
if ( !isDefined( eInflictor ) && self.printDamage )
|
||||
self thread doPrintDamage( iDamage, sHitLoc, iDFlags );
|
||||
}
|
||||
else if ( isPlayer( eAttacker ) && eAttacker.printDamage )
|
||||
|
Loading…
x
Reference in New Issue
Block a user