mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-09-01 05:17:26 +00:00
fix
This commit is contained in:
@@ -6273,7 +6273,7 @@ finishPlayerDamageWrapper( eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeat
|
|||||||
{
|
{
|
||||||
if ( !isDefined( eAttacker ) )
|
if ( !isDefined( eAttacker ) )
|
||||||
{
|
{
|
||||||
if ( !isDefined( eInflictor ) )
|
if ( !isDefined( eInflictor ) && isDefined( self.printDamage ) && self.printDamage )
|
||||||
self thread doPrintDamage( iDamage, sHitLoc, iDFlags );
|
self thread doPrintDamage( iDamage, sHitLoc, iDFlags );
|
||||||
}
|
}
|
||||||
else if ( isPlayer( eAttacker ) && isDefined( eAttacker.printDamage ) && eAttacker.printDamage )
|
else if ( isPlayer( eAttacker ) && isDefined( eAttacker.printDamage ) && eAttacker.printDamage )
|
||||||
|
Reference in New Issue
Block a user