From d7f00e2b659be284d313e919d20501b09bd1ae03 Mon Sep 17 00:00:00 2001 From: vloup Date: Tue, 23 Dec 2014 17:25:35 +0100 Subject: [PATCH] Fix Team Arena tauntGauntlet command --- code/cgame/cg_consolecmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/cgame/cg_consolecmds.c b/code/cgame/cg_consolecmds.c index 4c9affad..4c8b075e 100644 --- a/code/cgame/cg_consolecmds.c +++ b/code/cgame/cg_consolecmds.c @@ -358,7 +358,7 @@ static void CG_TauntDeathInsult_f (void ) { } static void CG_TauntGauntlet_f (void ) { - trap_SendConsoleCommand("cmd vsay kill_guantlet\n"); + trap_SendConsoleCommand("cmd vsay kill_gauntlet\n"); } static void CG_TaskSuicide_f (void ) {