send the right one

This commit is contained in:
Bill Currie 2001-07-20 05:30:51 +00:00
parent a09705953f
commit abf34ac2d3

View file

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