added Name to Sequence

This commit is contained in:
Chris Forbes
2009-11-03 19:03:42 +13:00
parent 0618fb6987
commit cda22ba7be
4 changed files with 8 additions and 10 deletions

View File

@@ -22,10 +22,6 @@ namespace OpenRa.Game.Traits.Activities
return;
}
/* nothing to do here, either:
* - return to base, if full, or
* - seek out new ore, schedule a move there, and then this activity */
if (harv.IsFull)
PlanReturnToBase(self, mobile);
else