mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
thought I tested this...
This commit is contained in:
parent
8911a79901
commit
4d1a927be6
1 changed files with 1 additions and 1 deletions
|
@ -1179,7 +1179,7 @@ void
|
|||
SV_SetUserinfo (client_t *client, const char *key, const char *value)
|
||||
{
|
||||
char *oldvalue = 0;
|
||||
int sent_changes = 1;
|
||||
int send_changes = 1;
|
||||
|
||||
if (sv_setinfo_e->func || sv_funcs.UserInfoChanged)
|
||||
oldvalue = strdup (Info_ValueForKey (client->userinfo, key));
|
||||
|
|
Loading…
Reference in a new issue