]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/util.qc
updated mod. files with qcsrc\tools\genmod.sh shell script
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / util.qc
index 82f0efee9b36908d397a9ed86ab3a60cd06633a0..691404ac117d183c95162716a60c886d405017cc 100644 (file)
@@ -476,7 +476,7 @@ void updateCheck()
        {
                _Nex_ExtResponseSystem_Queried = 1;
                cvar_set("cl_startcount", ftos(cvar("cl_startcount") + 1));
-               uri_get("http://update.xonotic.org/checkupdate.txt", URI_GET_UPDATENOTIFICATION);
+               uri_get("https://update.xonotic.org/checkupdate.txt", URI_GET_UPDATENOTIFICATION);
        }
 
        if(_Nex_ExtResponseSystem_PacksStep > 0)