This commit is contained in:
ineedbots 2021-11-26 23:58:03 -06:00
parent 1706cef05e
commit 590d5091fa

View File

@ -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 )