mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
hmm, that segs :), but then, so does doing "status" while bots are going
This commit is contained in:
parent
a10704f99d
commit
cee4846743
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue