From 382231faa8f316aad1394084631ca3a70e9335f8 Mon Sep 17 00:00:00 2001 From: Daniel Simoes Date: Sun, 28 Apr 2002 11:01:21 +0000 Subject: [PATCH] Added "teammodel" command for Matchmode --- reaction/cgame/cg_consolecmds.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reaction/cgame/cg_consolecmds.c b/reaction/cgame/cg_consolecmds.c index 2d98d090..1b4da259 100644 --- a/reaction/cgame/cg_consolecmds.c +++ b/reaction/cgame/cg_consolecmds.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.45 2002/04/28 11:01:21 slicer +// Added "teammodel" command for Matchmode +// // Revision 1.44 2002/04/26 03:39:34 jbravo // added tkok, fixed players always leaving zcam modes when player thats // beeing tracked dies @@ -985,6 +988,7 @@ void CG_InitConsoleCommands( void ) { trap_AddCommand ("ready"); trap_AddCommand ("sub"); trap_AddCommand ("teamname"); + trap_AddCommand ("teammodel"); // aasimon: refeere mm trap_AddCommand ("reflogin"); trap_AddCommand ("ref");