Minor fixes

This commit is contained in:
Matt Nadareski
2025-10-21 18:36:15 -04:00
parent 5dc9ef27ef
commit 5acb6ee128

View File

@@ -81,7 +81,7 @@ namespace RedumpTool
private static Downloader? CreateDownloader(Feature feature, string[] args)
{
// Loop through all of the arguments
var downloader = new Downloader();
var downloader = new Downloader() { Feature = feature };
try
{
for (int i = 1; i < args.Length; i++)