diff --git a/main_shared/maps/mp/gametypes/_globallogic.gsc b/main_shared/maps/mp/gametypes/_globallogic.gsc index 55e9ea2..7d302ec 100644 --- a/main_shared/maps/mp/gametypes/_globallogic.gsc +++ b/main_shared/maps/mp/gametypes/_globallogic.gsc @@ -6273,7 +6273,7 @@ finishPlayerDamageWrapper( eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeat { if ( !isDefined( eAttacker ) ) { - if ( !isDefined( eInflictor ) ) + if ( !isDefined( eInflictor ) && isDefined( self.printDamage ) && self.printDamage ) self thread doPrintDamage( iDamage, sHitLoc, iDFlags ); } else if ( isPlayer( eAttacker ) && isDefined( eAttacker.printDamage ) && eAttacker.printDamage )