Skip to content

Commit 4091934

Browse files
committed
Fix duplicate codes appearing in list
Fix the bug with appending the codes introduced in 1230689
1 parent 3d7d858 commit 4091934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/HedgeModManager.UI/ViewModels/MainWindowViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ public async Task LoadGameAsync()
351351
{
352352
try
353353
{
354-
await UpdateCodesAsync(Config.CheckCodeUpdates, true);
354+
await UpdateCodesAsync(Config.CheckCodeUpdates, false);
355355

356356
if (Config.CheckModLoaderUpdates)
357357
await CheckForModLoaderUpdatesAsync();

0 commit comments

Comments
 (0)