From abf34ac2d3029e6143ce80fd178615cdb858544f Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 20 Jul 2001 05:30:51 +0000 Subject: [PATCH] send the right one --- 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 054f657f5..b46e05cf5 100644 --- a/qw/source/sv_pr_cmds.c +++ b/qw/source/sv_pr_cmds.c @@ -1692,7 +1692,7 @@ PF_setinfokey (progs_t *pr) MSG_WriteByte (&sv.reliable_datagram, e1 - 1); MSG_WriteString (&sv.reliable_datagram, key); MSG_WriteString (&sv.reliable_datagram, - Info_ValueForKey (host_client->userinfo, key)); + Info_ValueForKey (svs.clients[e1 - 1].userinfo, key)); } }