diff --git a/OpenRA.Mods.RA/Player/ClassicProductionQueue.cs b/OpenRA.Mods.RA/Player/ClassicProductionQueue.cs index 4ac80e99a3..1d66bff5e8 100755 --- a/OpenRA.Mods.RA/Player/ClassicProductionQueue.cs +++ b/OpenRA.Mods.RA/Player/ClassicProductionQueue.cs @@ -33,9 +33,9 @@ namespace OpenRA.Mods.RA .Any(); base.Tick(self); - } - - ActorInfo[] None = new ActorInfo[]{}; + } + + static ActorInfo[] None = { }; public override IEnumerable AllItems() { return QueueActive ? base.AllItems() : None;