diff --git a/dlls/dod2/dodx/usermsg.cpp b/dlls/dod2/dodx/usermsg.cpp index 4de6fb52..40ac8e8b 100755 --- a/dlls/dod2/dodx/usermsg.cpp +++ b/dlls/dod2/dodx/usermsg.cpp @@ -160,7 +160,8 @@ void Client_Health_End(void* mValue){ if ( !pAttacker ){ pAttacker = mPlayer; } - else{ + + if ( pAttacker->index != mPlayer->index ){ pAttacker->saveHit( mPlayer , weapon , damage, aim ); if ( mPlayer->pEdict->v.team == pAttacker->pEdict->v.team ) TA = 1;