From cee484674341bfd6dfa93a60e2d9ea8734ee4d71 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 4 Mar 2003 07:36:34 +0000 Subject: [PATCH] hmm, that segs :), but then, so does doing "status" while bots are going --- qw/source/sv_pr_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw/source/sv_pr_cmds.c b/qw/source/sv_pr_cmds.c index 926f865ce..d27ed9889 100644 --- a/qw/source/sv_pr_cmds.c +++ b/qw/source/sv_pr_cmds.c @@ -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); }