mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-06 21:53:51 +00:00
Added positive evaluation break
This commit is contained in:
parent
3623fe28ea
commit
dc09d6dfbd
@ -1877,8 +1877,10 @@ namespace MyBots
|
|||||||
if (bot_iter->GetBotID() != group_iter)
|
if (bot_iter->GetBotID() != group_iter)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (IsMyBot(bot_owner, bot_iter))
|
if (IsMyBot(bot_owner, bot_iter)) {
|
||||||
sbl.push_back(bot_iter);
|
sbl.push_back(bot_iter);
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user