QueuedActivity's Insert is broken

This commit is contained in:
alzeih
2011-03-18 00:18:57 +13:00
committed by Paul Chote
parent 4e89326134
commit 255bac6aff
64 changed files with 218 additions and 251 deletions

View File

@@ -27,7 +27,7 @@ namespace OpenRA.Mods.Cnc
public TiberiumRefinery(Actor self, TiberiumRefineryInfo info)
: base(self, info as OreRefineryInfo) {}
public override IActivity DockSequence(Actor harv, Actor self)
public override Activity DockSequence(Actor harv, Actor self)
{
return new HarvesterDockSequence(harv, self);
}