diff --git a/code/cgame/cg_consolecmds.c b/code/cgame/cg_consolecmds.c index c0421b56..0d29588f 100644 --- a/code/cgame/cg_consolecmds.c +++ b/code/cgame/cg_consolecmds.c @@ -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");