Fix harvester dock sequence names

This commit is contained in:
penev92
2015-01-19 12:34:39 +02:00
parent 202e280551
commit c18da7abb0
6 changed files with 8 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ namespace OpenRA.Mods.RA.Traits
public virtual Activity DockSequence(Actor harv, Actor self)
{
return new RAHarvesterDockSequence(harv, self, info.DockAngle);
return new HarvesterDockSequence(harv, self, info.DockAngle);
}
public IEnumerable<TraitPair<Harvester>> GetLinkedHarvesters()