diff --git a/code/cgame/cg_consolecmds.c b/code/cgame/cg_consolecmds.c index 0c2842d0..991ab574 100644 --- a/code/cgame/cg_consolecmds.c +++ b/code/cgame/cg_consolecmds.c @@ -36,7 +36,7 @@ void CG_TargetCommand_f( void ) { char test[4]; targetNum = CG_CrosshairPlayer(); - if (!targetNum ) { + if ( targetNum == -1 ) { return; }