mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 07:11:36 +00:00
IOQ3 commit 2314
This commit is contained in:
parent
9c9a9c617d
commit
8ce7cc6aea
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ void G_InitSessionData(gclient_t * client, char *userinfo)
|
|||
|
||||
// initial team determination
|
||||
if (g_gametype.integer >= GT_TEAM) {
|
||||
if (g_teamAutoJoin.integer) {
|
||||
if ( g_teamAutoJoin.integer && !(g_entities[ client - level.clients ].r.svFlags & SVF_BOT) ) {
|
||||
if (g_gametype.integer == GT_TEAMPLAY) {
|
||||
sess->savedTeam = PickTeam(-1);
|
||||
client->ps.persistant[PERS_SAVEDTEAM] = sess->savedTeam;
|
||||
|
|
Loading…
Reference in a new issue