diff options
Diffstat (limited to 'src/game/g_buildable.c')
-rw-r--r-- | src/game/g_buildable.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game/g_buildable.c b/src/game/g_buildable.c index a09ca189..c3b1fb13 100644 --- a/src/game/g_buildable.c +++ b/src/game/g_buildable.c @@ -647,7 +647,7 @@ void ASpawn_Die( gentity_t *self, gentity_t *inflictor, gentity_t *attacker, int BG_FindHumanNameForBuildable( self->s.modelindex ), attacker->client->pers.netname ) ); } - G_LogPrintf( "Decon: %i %i %i: %s^7 destroyed %s by %s\n", + G_LogPrintf( "Decon: %i %i %i: %s destroyed %s by %s\n", attacker->client->ps.clientNum, self->s.modelindex, mod, attacker->client->pers.netname, BG_FindNameForBuildable( self->s.modelindex ), @@ -891,7 +891,7 @@ void ABarricade_Die( gentity_t *self, gentity_t *inflictor, gentity_t *attacker, BG_FindHumanNameForBuildable( self->s.modelindex ), attacker->client->pers.netname ) ); } - G_LogPrintf( "Decon: %i %i %i: %s^7 destroyed %s by %s\n", + G_LogPrintf( "Decon: %i %i %i: %s destroyed %s by %s\n", attacker->client->ps.clientNum, self->s.modelindex, mod, attacker->client->pers.netname, BG_FindNameForBuildable( self->s.modelindex ), @@ -1322,7 +1322,7 @@ void AHovel_Die( gentity_t *self, gentity_t *inflictor, gentity_t *attacker, int BG_FindHumanNameForBuildable( self->s.modelindex ), attacker->client->pers.netname ) ); } - G_LogPrintf( "Decon: %i %i %i: %s^7 destroyed %s by %s\n", + G_LogPrintf( "Decon: %i %i %i: %s destroyed %s by %s\n", attacker->client->ps.clientNum, self->s.modelindex, mod, attacker->client->pers.netname, BG_FindNameForBuildable( self->s.modelindex ), @@ -2286,7 +2286,7 @@ void HSpawn_Die( gentity_t *self, gentity_t *inflictor, gentity_t *attacker, int BG_FindHumanNameForBuildable( self->s.modelindex ), attacker->client->pers.netname ) ); } - G_LogPrintf( "Decon: %i %i %i: %s^7 destroyed %s by %s\n", + G_LogPrintf( "Decon: %i %i %i: %s destroyed %s by %s\n", attacker->client->ps.clientNum, self->s.modelindex, mod, attacker->client->pers.netname, BG_FindNameForBuildable( self->s.modelindex ), |