From 4d1a927be64288281ec913170b854dac2cd25505 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 16 May 2007 21:21:30 +0000 Subject: [PATCH] thought I tested this... --- qw/source/sv_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw/source/sv_user.c b/qw/source/sv_user.c index af5e1e5b4..7c9a57ff8 100644 --- a/qw/source/sv_user.c +++ b/qw/source/sv_user.c @@ -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));