fixed amb1266 - cstrike's ProcCmdString hook had a bug

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401787
This commit is contained in:
David Anderson 2007-12-10 12:19:24 +00:00
parent c987c2f0f7
commit 7847e6e2e8

View File

@ -186,6 +186,10 @@ bool CStrike::ProcessCommandTarget(cmd_target_info_t *info)
{
team_index = 2;
}
else
{
return false;
}
info->num_targets = 0;