diff --git a/reaction/code/cgame/cg_consolecmds.c b/reaction/code/cgame/cg_consolecmds.c index e096a7bb..1cd829c7 100644 --- a/reaction/code/cgame/cg_consolecmds.c +++ b/reaction/code/cgame/cg_consolecmds.c @@ -734,9 +734,12 @@ void CG_InitConsoleCommands(void) trap_AddCommand("god"); trap_AddCommand("notarget"); trap_AddCommand("noclip"); + trap_AddCommand ("where"); trap_AddCommand("team"); // JBravo: no thanks. // trap_AddCommand("follow"); +// trap_AddCommand ("follownext"); +// trap_AddCommand ("followprev"); trap_AddCommand("levelshot"); trap_AddCommand("addbot"); trap_AddCommand("setviewpos");