Fix server update

This commit is contained in:
def 2014-04-28 23:11:15 +02:00
parent c85b99fbae
commit 83c06cd264

View file

@ -179,7 +179,7 @@ void CAutoUpdate::CheckUpdates(CMenus *pMenus)
#endif
dbg_msg("autoupdate", "Error downloading new version");
}
if (!m_NeedUpdateClient && ReadData.substr(2).compare("UPDATE_SERVER") == 0)
if (ReadData.substr(2).compare("UPDATE_SERVER") == 0)
{
str_format(aBuf, sizeof(aBuf), "Updating DDNet Server to %s", last_version);
pMenus->RenderUpdating(aBuf);