Skip to content

Commit

Permalink
Merge pull request #2122 from Nexus-Mods/show-bg3-as-supported
Browse files Browse the repository at this point in the history
Enable BG3 as supported game
  • Loading branch information
Al12rs authored Oct 3, 2024
2 parents b3bfa28 + b85ebe2 commit 3e693f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NexusMods.App/Services.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ private static IServiceCollection AddSupportedGames(this IServiceCollection serv
{
if (experimentalSettings is { EnableAllGames: true })
{
services.AddBaldursGate3();
}

Games.RedEngine.Services.AddRedEngineGames(services);
Games.StardewValley.Services.AddStardewValley(services);
Games.Larian.BaldursGate3.Services.AddBaldursGate3(services);
return services;
}
}

0 comments on commit 3e693f1

Please sign in to comment.