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
|
|
@ -398,6 +398,9 @@ CR_EXPORT int GetEntityAPI (gamefuncs_t *table, int) {
|
|||
// keep bot number up to date
|
||||
bots.maintainQuota ();
|
||||
|
||||
// balance bot difficulties
|
||||
bots.balanceBotDifficulties ();
|
||||
|
||||
// flush print queue to users
|
||||
ctrl.flushPrintQueue ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue