Skip to content

Commit

Permalink
Fixed The Division profile not having the wrapper lighting layer
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wh committed Jul 29, 2018
1 parent 30940c2 commit 86baa61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Aurora.Profiles.TheDivision
public class TheDivision : Application
{
public TheDivision()
: base(new LightEventConfig { Name = "The Division", ID = "the_division", ProcessNames = new[] { "thedivision.exe" }, OverviewControlType = typeof(Control_TheDivision), GameStateType = typeof(GameState_Wrapper), Event = new GameEvent_Generic(), IconURI = "Resources/division_64x64.png" })
: base(new LightEventConfig { Name = "The Division", ID = "the_division", ProcessNames = new[] { "thedivision.exe" }, ProfileType = typeof(WrapperProfile), OverviewControlType = typeof(Control_TheDivision), GameStateType = typeof(GameState_Wrapper), Event = new GameEvent_Generic(), IconURI = "Resources/division_64x64.png" })
{
Config.ExtraAvailableLayers.Add("WrapperLights");
}
Expand Down

0 comments on commit 86baa61

Please sign in to comment.