bot: allow bots to ignore more than one item on the ground per-round
This commit is contained in:
parent
26e374d3f5
commit
8c0e603e55
4 changed files with 22 additions and 10 deletions
|
|
@ -1493,8 +1493,8 @@ void Bot::newRound () {
|
|||
|
||||
m_liftEntity = nullptr;
|
||||
m_pickupItem = nullptr;
|
||||
m_itemIgnore = nullptr;
|
||||
m_itemCheckTime = 0.0f;
|
||||
m_ignoredItems.clear ();
|
||||
|
||||
m_breakableEntity = nullptr;
|
||||
m_breakableOrigin = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue