]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/gamecommand.qc
Merge remote branch 'origin/fruitiex/add_soundchan'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / gamecommand.qc
index d2ef187664439735b203728530543167fc54b477..4b2b9cf0c921345dd48d4032b745a9971b2600b3 100644 (file)
@@ -94,6 +94,12 @@ void GameCommand(string theCommand)
                return;
        }
 
+       if(argv(0) == "setcompression")
+       {
+               updateCompression();
+               return;
+       }
+
 #if 0
        if(argv(0) == "tokentest")
        {