From f7b88a4ed5a8c9347d9e40e0aee22c5a7011f60e Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 24 Apr 2006 21:05:06 +0000 Subject: * Removed some \n from server connection messages * Removed nextmap cvar and associated code, replaced with "advanceMapRotation" command * Rework the text displayed during votes to be more verbose * "destroy" command now only works when cheats are enabled * Voting UI is now a frontend for "clientkick" instead of plain "kick" --- src/cgame/cg_consolecmds.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cgame') diff --git a/src/cgame/cg_consolecmds.c b/src/cgame/cg_consolecmds.c index cbd1aeb6..44b135bb 100644 --- a/src/cgame/cg_consolecmds.c +++ b/src/cgame/cg_consolecmds.c @@ -321,6 +321,7 @@ void CG_InitConsoleCommands( void ) trap_AddCommand( "ui_menu" ); trap_AddCommand( "mapRotation" ); trap_AddCommand( "stopMapRotation" ); + trap_AddCommand( "advanceMapRotation" ); trap_AddCommand( "alienWin" ); trap_AddCommand( "humanWin" ); } -- cgit