From 2319583070b8c22134b7b6e7d24a3fabc43cadfc Mon Sep 17 00:00:00 2001 From: Michael Malloy Date: Wed, 10 Feb 2021 14:03:30 -0600 Subject: [PATCH] Updates --- NusClient.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NusClient.cs b/NusClient.cs index 3c7659b..aa777ed 100644 --- a/NusClient.cs +++ b/NusClient.cs @@ -313,6 +313,7 @@ namespace libWiiSharp throw new Exception("Downloading TMD Failed:\n" + ex.Message); } + if (!File.Exists(outputDir + "cetk")) { //Download cetk @@ -333,7 +334,7 @@ namespace libWiiSharp flag3 = false; } } - + FireProgress(10); FireDebug(" Parsing TMD...");