From 0d1a9fe94f559bf8d89742bc5b1fcdcc384db836 Mon Sep 17 00:00:00 2001 From: Michael Malloy Date: Wed, 10 Feb 2021 14:04:49 -0600 Subject: [PATCH] Updates --- Sharpii/NUSD.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sharpii/NUSD.cs b/Sharpii/NUSD.cs index 7f2de59..beb30c3 100644 --- a/Sharpii/NUSD.cs +++ b/Sharpii/NUSD.cs @@ -445,6 +445,7 @@ namespace Sharpii { if (ex.Message == "CETK Doesn't Exist and Downloading Ticket Failed:\nThe remote server returned an error: (404) Not Found.") { + /* if (!SecondRun) { Console.WriteLine("It appears that there is no ticket for this app on the remote server, and there is no CETK file provided."); @@ -452,8 +453,8 @@ namespace Sharpii Console.WriteLine("The -WAD and -Decrypt commands will not work."); NUS_Stuff.NUS(args, true); } + */ - Console.WriteLine("{0}", ex); Console.WriteLine("The remote server returned a 404 error. Check your Title ID."); Console.WriteLine("If you have a CETK file, please place it in the same directory as Sharpii saves the NUS Files to."); Console.WriteLine("Error: SHARPII_NET_CORE_NUSD_REMOTE_404");