summaryrefslogtreecommitdiff
path: root/src/game/g_team.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_team.c')
-rw-r--r--src/game/g_team.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_team.c b/src/game/g_team.c
index b0709949..2cd03737 100644
--- a/src/game/g_team.c
+++ b/src/game/g_team.c
@@ -240,7 +240,7 @@ void G_ChangeTeam( gentity_t *ent, team_t newTeam )
// Copy credits to ps for the client
ent->client->ps.persistant[ PERS_CREDIT ] = ent->client->pers.credit;
- ClientUserinfoChanged( ent->client->ps.clientNum );
+ ClientUserinfoChanged( ent->client->ps.clientNum, qfalse );
G_UpdateTeamConfigStrings( );