diff options
Diffstat (limited to 'src/cgame/cg_players.c')
-rw-r--r-- | src/cgame/cg_players.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cgame/cg_players.c b/src/cgame/cg_players.c index 28d19ba9..8bd0457c 100644 --- a/src/cgame/cg_players.c +++ b/src/cgame/cg_players.c @@ -772,6 +772,7 @@ void CG_NewClientInfo( int clientNum ) // team v = Info_ValueForKey( configstring, "t" ); newInfo.team = atoi( v ); + CG_TeamJoinMessage( &newInfo, ci ); // model v = Info_ValueForKey( configstring, "model" ); |