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 ) {