mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-27 12:01:29 +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)
|
||||
continue;
|
||||
|
||||
if (IsMyBot(bot_owner, bot_iter))
|
||||
if (IsMyBot(bot_owner, bot_iter)) {
|
||||
sbl.push_back(bot_iter);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user