mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-23 20:52:16 +00:00
Made Bots visible again at DM
This commit is contained in:
parent
a4f2fce79b
commit
7f0387a6d8
1 changed files with 5 additions and 0 deletions
|
@ -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 ) {
|
||||||
|
|
Loading…
Reference in a new issue