mgr: enable balancing bot difficulty on interval instead of on new round (closes #400)
This commit is contained in:
parent
cb115b1881
commit
7c76c57974
3 changed files with 21 additions and 17 deletions
|
|
@ -58,6 +58,7 @@ private:
|
|||
float m_timeRoundEnd {};
|
||||
float m_timeRoundMid {};
|
||||
|
||||
float m_difficultyBalanceTime {}; // time to balance difficulties ?
|
||||
float m_autoKillCheckTime {}; // time to kill all the bots ?
|
||||
float m_maintainTime {}; // time to maintain bot creation
|
||||
float m_quotaMaintainTime {}; // time to maintain bot quota
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue