More Helicopter polish

This commit is contained in:
Paul Chote
2010-06-19 03:21:22 +12:00
parent 37ffd2207f
commit bdb77501f7
2 changed files with 9 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ using OpenRA.Mods.RA.Activities;
namespace OpenRA.Mods.RA
{
public class ProducesHelicoptersInfo : ProductionInfo
{
{
public override object Create(ActorInitializer init) { return new ProducesHelicopters(); }
}