diff options
author | Tim Angus <tim@ngus.net> | 2005-08-03 01:00:17 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2005-08-03 01:00:17 +0000 |
commit | 013d69701f6132583d550929e5c751af0cd62db1 (patch) | |
tree | 6f0c66d47adcc991ebcb01b89f7a808976ef7dc6 /src | |
parent | e645491f02fbd53a4d466fd34df798b5955ba48e (diff) |
* Removed debug messages introduced in last commit :x
Diffstat (limited to 'src')
-rw-r--r-- | src/game/g_combat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/g_combat.c b/src/game/g_combat.c index 974578c3..7b84ccc2 100644 --- a/src/game/g_combat.c +++ b/src/game/g_combat.c @@ -208,8 +208,6 @@ void player_die( gentity_t *self, gentity_t *inflictor, gentity_t *attacker, int self->client->ps.persistant[ PERS_KILLED ]++; - G_Printf( "attacker->classname: %s\n inflictor->classname: %s\n", - attacker->classname, inflictor->classname ); if( attacker && attacker->client ) { attacker->client->lastkilled_client = self->s.number; |