add missing commands to autocompletition

found by Ensiform
This commit is contained in:
Zack Middleton 2012-06-18 16:11:35 +00:00
parent 62f7fab62e
commit 2834a58600

View file

@ -563,8 +563,11 @@ void CG_InitConsoleCommands( void ) {
trap_AddCommand ("god");
trap_AddCommand ("notarget");
trap_AddCommand ("noclip");
trap_AddCommand ("where");
trap_AddCommand ("team");
trap_AddCommand ("follow");
trap_AddCommand ("follownext");
trap_AddCommand ("followprev");
trap_AddCommand ("levelshot");
trap_AddCommand ("addbot");
trap_AddCommand ("setviewpos");