]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Small fixes to tab completion
authoreviltypeguy <eviltypeguy@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 29 Dec 2001 21:20:49 +0000 (21:20 +0000)
committereviltypeguy <eviltypeguy@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 29 Dec 2001 21:20:49 +0000 (21:20 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1296 d7cf8633-e32d-0410-b094-e92efae38249

console.c

index 2fe6eea9783840601d5997b3265567b5e72e1637..69b093d9c6f8a20e8cba0d7c73b440f88162bf4c 100644 (file)
--- a/console.c
+++ b/console.c
@@ -785,7 +785,6 @@ Con_CompleteCommandLine (void)
                        Con_Printf("%i possible aliases%s\n", a, (a > 1) ? "s: " : ":");
                        Con_DisplayList(list[2]);
                }
-               return;
        }
        
        if (cmd) {