Made Bots visible again at DM

This commit is contained in:
Daniel Simoes 2002-03-17 23:43:43 +00:00
parent a4f2fce79b
commit 7f0387a6d8

View file

@ -5,6 +5,9 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// //
// $Log$ // $Log$
// Revision 1.52 2002/03/17 23:43:43 slicer
// Made Bots visible again at DM
//
// Revision 1.51 2002/03/17 02:03:48 jbravo // Revision 1.51 2002/03/17 02:03:48 jbravo
// Fixed a bug where a players laser would stay in the map after he disconnects // Fixed a bug where a players laser would stay in the map after he disconnects
// //
@ -1159,6 +1162,8 @@ char *ClientConnect( int clientNum, qboolean firstTime, qboolean isBot ) {
ClientUserinfoChanged( clientNum ); ClientUserinfoChanged( clientNum );
client->sess.sessionTeam = TEAM_SPECTATOR; client->sess.sessionTeam = TEAM_SPECTATOR;
} }
else
ClientUserinfoChanged( clientNum );
// don't do the "xxx connected" messages if they were caried over from previous level // don't do the "xxx connected" messages if they were caried over from previous level
if ( firstTime ) { if ( firstTime ) {