diff --git a/AUTHORS b/AUTHORS index 387a1f0..f6a1762 100644 --- a/AUTHORS +++ b/AUTHORS @@ -73,6 +73,10 @@ X11 software renderer fixes: GL fullbright Support: Neal White III +Misc Code Fixes: + Daniel O'Connor -- Correct failed mmap checking. + Dan Nelson -- Typo fix.. + Cheat/exploit fixes: Mads Bondo Dydensborg diff --git a/qw_client/cl_main.c b/qw_client/cl_main.c index c9725f3..453fbd4 100644 --- a/qw_client/cl_main.c +++ b/qw_client/cl_main.c @@ -589,7 +589,7 @@ void CL_FullServerinfo_f (void) strcpy (cl.serverinfo, Cmd_Argv(1)); - if ((p = Info_ValueForKey(cl.serverinfo, "*vesion")) && *p) { + if ((p = Info_ValueForKey(cl.serverinfo, "*version")) && *p) { v = Q_atof(p); if (v) { if (!server_version)