mirror of
https://github.com/Ragora/T2-DXAI.git
synced 2026-01-19 18:14:45 +00:00
Server will try and auto-assign bots now
This commit is contained in:
parent
92007e9bc7
commit
57a25dd872
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue