Remove hardcoded references to HideBibPreviewInit.
This commit is contained in:
committed by
RoosterDragon
parent
b2c3a55c12
commit
2a2bd676a3
@@ -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>())
|
||||
|
||||
Reference in New Issue
Block a user