Remove hardcoded references to HideBibPreviewInit.

This commit is contained in:
Paul Chote
2017-06-28 18:16:41 +01:00
committed by RoosterDragon
parent b2c3a55c12
commit 2a2bd676a3
4 changed files with 7 additions and 5 deletions

View File

@@ -204,7 +204,6 @@ namespace OpenRA.Mods.Common.Orders
{
new FactionInit(faction),
new OwnerInit(queue.Actor.Owner),
new HideBibPreviewInit()
};
foreach (var api in actor.TraitInfos<IActorPreviewInitInfo>())