hmm, that segs :), but then, so does doing "status" while bots are going

This commit is contained in:
Bill Currie 2003-03-04 07:36:34 +00:00
parent a10704f99d
commit cee4846743
1 changed files with 1 additions and 1 deletions

View File

@ -1735,7 +1735,7 @@ PF_SV_AllocClient (progs_t *pr)
cl->state = cs_server;
cl->spectator = 0;
ent = EDICT_NUM (&sv_pr_state, (cl - svs.clients) + 1);
SV_ExtractFromUserinfo (cl);
//SV_ExtractFromUserinfo (cl);
RETURN_EDICT (pr, ent);
}