Server will try and auto-assign bots now

This commit is contained in:
Robert MacGregor 2015-06-27 22:34:06 -04:00
parent 92007e9bc7
commit 57a25dd872

View file

@ -44,6 +44,8 @@ function DXAI::setup(%numTeams)
%commander.setup(); %commander.setup();
$DXAI::ActiveCommander[%iteration] = %commander; $DXAI::ActiveCommander[%iteration] = %commander;
%commander.loadObjectives();
%commander.assignTasks();
} }
// And setup the default values // And setup the default values