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

@@ -106,7 +106,6 @@ namespace OpenRA.Mods.Common.Widgets.Logic
var td = new TypeDictionary();
td.Add(new FacingInit(92));
td.Add(new TurretFacingInit(92));
td.Add(new HideBibPreviewInit());
td.Add(new OwnerInit(selectedOwner.Name));
td.Add(new FactionInit(selectedOwner.Faction));
foreach (var api in actor.TraitInfos<IActorPreviewInitInfo>())