IOQ3 commit 2314

This commit is contained in:
Richard Allen 2012-10-04 16:06:03 +00:00
parent 9c9a9c617d
commit 8ce7cc6aea
1 changed files with 1 additions and 1 deletions

View File

@ -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;