]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/gamecommand.qc
factor out menu_cmd sync
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / gamecommand.qc
index 7b8425c5bd04ada78d50d5c178a7325b09651be5..83ef53762c914ab5f5ca4cbd255547d14163f7a8 100644 (file)
@@ -74,9 +74,7 @@ void GameCommand(string theCommand)
 
        if(argv(0) == "sync")
        {
-               updateCompression();
-               updateConwidths();
-               loadAllCvars(main);
+               m_sync();
                return;
        }