]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix no-op jump
authorRudolf Polzer <divverent@xonotic.org>
Tue, 18 Dec 2012 11:58:03 +0000 (12:58 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Tue, 18 Dec 2012 11:58:03 +0000 (12:58 +0100)
qcsrc/menu/command/menu_cmd.qc

index f342de066659133089b673d1161c329bbf27a12c..2c0b1edf38aa33fcd42e6117bf4a5c6c108bd04a 100644 (file)
@@ -110,9 +110,5 @@ void GameCommand(string theCommand)
                return;
        }
 
-       if(argv(0) == "curl")
-       {
-       }
-
        print(_("Invalid command. For a list of supported commands, try menu_cmd help.\n"));
 }