This commit is contained in:
ineedbots 2021-11-10 16:10:12 -06:00
parent 9fc6a8b56b
commit ea14b71f5b

View File

@ -1641,7 +1641,7 @@ finishPlayerDamageWrapper( eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeat
if ( !isDefined( eInflictor ) )
self thread doPrintDamage( iDamage, sHitLoc, iDFlags );
}
if ( isPlayer( eAttacker ) && eAttacker.printDamage )
else if ( isPlayer( eAttacker ) && eAttacker.printDamage )
eAttacker thread doPrintDamage( iDamage, sHitLoc, iDFlags );
else if( isDefined( eAttacker.owner ) && isPlayer( eAttacker.owner ) && eAttacker.owner.printDamage )
eAttacker.owner thread doPrintDamage( iDamage, sHitLoc, iDFlags );