Skip to content

Commit

Permalink
Enable BG3 as supported game
Browse files Browse the repository at this point in the history
  • Loading branch information
Al12rs committed Oct 3, 2024
1 parent b3bfa28 commit b85ebe2
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 b85ebe2

Please sign in to comment.