mirror of
https://github.com/SabreTools/SabreTools.RedumpLib.git
synced 2026-02-04 05:36:11 +00:00
Minor fixes
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user