IOQ3 commit 2259

This commit is contained in:
Richard Allen 2012-10-04 14:35:28 +00:00
parent 3a62732c38
commit 0a3305e101

View file

@ -734,9 +734,12 @@ void CG_InitConsoleCommands(void)
trap_AddCommand("god"); trap_AddCommand("god");
trap_AddCommand("notarget"); trap_AddCommand("notarget");
trap_AddCommand("noclip"); trap_AddCommand("noclip");
trap_AddCommand ("where");
trap_AddCommand("team"); trap_AddCommand("team");
// JBravo: no thanks. // JBravo: no thanks.
// trap_AddCommand("follow"); // trap_AddCommand("follow");
// trap_AddCommand ("follownext");
// trap_AddCommand ("followprev");
trap_AddCommand("levelshot"); trap_AddCommand("levelshot");
trap_AddCommand("addbot"); trap_AddCommand("addbot");
trap_AddCommand("setviewpos"); trap_AddCommand("setviewpos");