Fix bot module plumbing
Fixes the issues pointed out after the original harvester module was merged. Also merges the update rules as discussed on IRC.
This commit is contained in:
@@ -44,6 +44,8 @@ namespace OpenRA.Mods.Common.AI
|
||||
Enabled = true;
|
||||
}
|
||||
|
||||
void IBot.QueueOrder(Order order) { }
|
||||
|
||||
IBotInfo IBot.Info { get { return info; } }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user