mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 00:30:57 +00:00
send the right one
This commit is contained in:
parent
a09705953f
commit
abf34ac2d3
1 changed files with 1 additions and 1 deletions
|
@ -1692,7 +1692,7 @@ PF_setinfokey (progs_t *pr)
|
||||||
MSG_WriteByte (&sv.reliable_datagram, e1 - 1);
|
MSG_WriteByte (&sv.reliable_datagram, e1 - 1);
|
||||||
MSG_WriteString (&sv.reliable_datagram, key);
|
MSG_WriteString (&sv.reliable_datagram, key);
|
||||||
MSG_WriteString (&sv.reliable_datagram,
|
MSG_WriteString (&sv.reliable_datagram,
|
||||||
Info_ValueForKey (host_client->userinfo, key));
|
Info_ValueForKey (svs.clients[e1 - 1].userinfo, key));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue