]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/gamecommand.qc
fix weapon throwing
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / gamecommand.qc
index 104c8840e58cda121daecb6afd36c6b68f2083cf..439a1b5c96b4428ac82623384dc208d73ea9bf54 100644 (file)
@@ -75,6 +75,7 @@ void GameCommand(string theCommand)
        if(argv(0) == "sync")
        {
                loadAllCvars(main);
+               updateCompression();
                return;
        }