]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_cmds.c
Now with new Travis secret key.
[xonotic/darkplaces.git] / prvm_cmds.c
index 68e17589870d09bd890ef67ba6da3cdf3090f2d5..07adabf396246c2a6ec3b0e140ff3d389b1813c7 100644 (file)
@@ -1696,7 +1696,7 @@ void VM_registercvar(prvm_prog_t *prog)
                return;
 
 // check for overlap with a command
-       if (Cmd_Exists(cmd_local, name) || Cmd_Exists(cmd_local, name))
+       if (Cmd_Exists(cmd_local, name))
        {
                VM_Warning(prog, "VM_registercvar: %s is a command\n", name);
                return;