Remove hardcoded references to HideBibPreviewInit.
This commit is contained in:
committed by
RoosterDragon
parent
b2c3a55c12
commit
2a2bd676a3
@@ -30,7 +30,6 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
var actor = world.Map.Rules.Actors[actorType];
|
||||
|
||||
var td = new TypeDictionary();
|
||||
td.Add(new HideBibPreviewInit());
|
||||
td.Add(new OwnerInit(world.WorldActor.Owner));
|
||||
td.Add(new FactionInit(world.WorldActor.Owner.PlayerReference.Faction));
|
||||
foreach (var api in actor.TraitInfos<IActorPreviewInitInfo>())
|
||||
|
||||
Reference in New Issue
Block a user