Skip to content

Commit

Permalink
fixed addons from grpinfo not appearing in the list after unpacking
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsfds committed Nov 27, 2024
1 parent 569062f commit ddefc47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Addons/Providers/InstalledAddonsProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ await Task.Run(async () =>

//grpinfo
List<string> foldersWithGrpInfos = [];
dirs = Directory.GetDirectories(_game.CampaignsFolderPath, "*", SearchOption.TopDirectoryOnly);

foreach (var dir in dirs)
{
Expand Down

0 comments on commit ddefc47

Please sign in to comment.