Skip to content

Commit

Permalink
Delete extra argument in kill messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
DolceTriade committed Feb 15, 2016
1 parent 993a6bb commit f5a11b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cgame/cg_event.cpp
Expand Up @@ -541,7 +541,7 @@ static void CG_Obituary( entityState_t *ent )
} }
else else
{ {
Log::Notice( message, teamTag[ ci->team ], targetName, teamTag[ attackerTeam ], attackerName, attackerClassName ); Log::Notice( message, teamTag[ ci->team ], targetName, teamTag[ attackerTeam ], attackerName );
} }


if ( attackerTeam == ci->team && attacker == cg.clientNum && attacker != target ) if ( attackerTeam == ci->team && attacker == cg.clientNum && attacker != target )
Expand Down

0 comments on commit f5a11b6

Please sign in to comment.