fixed #1232 -- bots repair their own damaged buildings

This commit is contained in:
Chris Forbes
2011-10-24 17:40:02 +13:00
parent 92f5d67ef1
commit bfddbeeb02
3 changed files with 16 additions and 3 deletions

View File

@@ -30,6 +30,5 @@ namespace OpenRA.Mods.RA
building.Trait<RepairableBuilding>().RepairBuilding(building, self.Owner);
}
}
}
}