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:
parent
c987c2f0f7
commit
7847e6e2e8
@ -186,6 +186,10 @@ bool CStrike::ProcessCommandTarget(cmd_target_info_t *info)
|
|||||||
{
|
{
|
||||||
team_index = 2;
|
team_index = 2;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
info->num_targets = 0;
|
info->num_targets = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user