diff --git a/code/cgame/cg_consolecmds.c b/code/cgame/cg_consolecmds.c index 991ab574..4c9affad 100644 --- a/code/cgame/cg_consolecmds.c +++ b/code/cgame/cg_consolecmds.c @@ -41,7 +41,7 @@ void CG_TargetCommand_f( void ) { } trap_Argv( 1, test, 4 ); - trap_SendConsoleCommand( va( "gc %i %i", targetNum, atoi( test ) ) ); + trap_SendClientCommand( va( "gc %i %i", targetNum, atoi( test ) ) ); }