From 5e0f74ed9df36ba5d58aeb13cce527047e572b90 Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Sat, 12 Jul 2014 23:48:06 +0200 Subject: remove the abusable levelshot command and related hacks --- src/cgame/cg_consolecmds.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cgame/cg_consolecmds.c') diff --git a/src/cgame/cg_consolecmds.c b/src/cgame/cg_consolecmds.c index adae40a8..7876bc32 100644 --- a/src/cgame/cg_consolecmds.c +++ b/src/cgame/cg_consolecmds.c @@ -259,7 +259,6 @@ void CG_InitConsoleCommands( void ) trap_AddCommand( "noclip" ); trap_AddCommand( "team" ); trap_AddCommand( "follow" ); - trap_AddCommand( "levelshot" ); trap_AddCommand( "setviewpos" ); trap_AddCommand( "callvote" ); trap_AddCommand( "vote" ); -- cgit