diff --git a/OpenRA.Mods.RA/Orders/PlaceBuildingOrderGenerator.cs b/OpenRA.Mods.RA/Orders/PlaceBuildingOrderGenerator.cs index 7bfa18c65c..dfeff3b6af 100755 --- a/OpenRA.Mods.RA/Orders/PlaceBuildingOrderGenerator.cs +++ b/OpenRA.Mods.RA/Orders/PlaceBuildingOrderGenerator.cs @@ -59,16 +59,8 @@ namespace OpenRA.Mods.RA.Orders } } - public void Tick( World world ) - { - // Find the queue with the target actor - //var queue = Producer.TraitsImplementing() - // .Where(p => p.CurrentItem() != null && - // p.CurrentItem().Item == Building && - // p.CurrentItem().RemainingTime == 0) - // .FirstOrDefault(); - } - + public void Tick( World world ) {} + public void RenderAfterWorld( WorldRenderer wr, World world ) { } public void RenderBeforeWorld( WorldRenderer wr, World world )