Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Commit

Permalink
generic: separated autoupdate variables from client, refs #147, refs #32
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSimek committed Feb 15, 2013
1 parent 86888ff commit f7d9383
Show file tree
Hide file tree
Showing 8 changed files with 110 additions and 98 deletions.
2 changes: 1 addition & 1 deletion src/client/cl_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ void Con_DrawSolidConsole(float frac)

re.SetColor(g_color_table[ColorIndex(CONSOLE_COLOR)]);

if (Cvar_VariableIntegerValue("cl_updateavailable"))
if (Cvar_VariableIntegerValue("com_updateavailable"))
{
Q_snprintf(version, sizeof(version), "%s (UPDATE AVAILABLE)", ET_VERSION);
}
Expand Down
Loading

0 comments on commit f7d9383

Please sign in to comment.