Skip to content

Commit

Permalink
More fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sailro committed Apr 28, 2024
1 parent e5e2a32 commit 1a5018f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConsoleCommands/LoadTrackList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public override void Execute(Match match)
if (!TryGetTrackListFilename(match, out var filename))
return;

ConfigurationManager.LoadPropertyValue(filename, LootItems, nameof(LootItems.TrackedNames));
ConfigurationManager.LoadPropertyValue(filename, base.LootItems, nameof(Features.LootItems.TrackedNames));
}
}

0 comments on commit 1a5018f

Please sign in to comment.