1
0
forked from 0ad/0ad

Made comment consistent with changes

This was SVN commit r8064.
This commit is contained in:
WhiteTreePaladin 2010-09-03 20:18:54 +00:00
parent 5e15a0279e
commit e88760f7c1

View File

@ -965,7 +965,7 @@ UnitAI.prototype.CanRepair = function(target)
if (this.IsFormationController())
return true;
// Verify that we're able to respond to Attack commands
// Verify that we're able to respond to Repair (Builder) commands
var cmpBuilder = Engine.QueryInterface(this.entity, IID_Builder);
if (!cmpBuilder)
return false;