mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
add missing commands to autocompletition
found by Ensiform
This commit is contained in:
parent
62f7fab62e
commit
2834a58600
1 changed files with 3 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue