diff options
Diffstat (limited to 'src/cgame/cg_players.c')
-rw-r--r-- | src/cgame/cg_players.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cgame/cg_players.c b/src/cgame/cg_players.c index 0298958b..b594330e 100644 --- a/src/cgame/cg_players.c +++ b/src/cgame/cg_players.c @@ -814,12 +814,6 @@ void CG_NewClientInfo( int clientNum ) v = Info_ValueForKey( configstring, "tl" ); newInfo.teamLeader = atoi( v ); - v = Info_ValueForKey( configstring, "g_redteam" ); - Q_strncpyz( newInfo.redTeam, v, MAX_TEAMNAME ); - - v = Info_ValueForKey( configstring, "g_blueteam" ); - Q_strncpyz( newInfo.blueTeam, v, MAX_TEAMNAME ); - // model v = Info_ValueForKey( configstring, "model" ); Q_strncpyz( newInfo.modelName, v, sizeof( newInfo.modelName ) ); |