diff --git a/NUS Downloader/Latest/NUS Downloader.exe b/NUS Downloader/Latest/NUS Downloader.exe index 08183fb..cb3590a 100644 Binary files a/NUS Downloader/Latest/NUS Downloader.exe and b/NUS Downloader/Latest/NUS Downloader.exe differ diff --git a/NUS Downloader/NUS Downloader.csproj b/NUS Downloader/NUS Downloader.csproj index a74fad8..b20d57e 100644 --- a/NUS Downloader/NUS Downloader.csproj +++ b/NUS Downloader/NUS Downloader.csproj @@ -37,7 +37,7 @@ false false false - 12 + 14 1.0.0.%2a false true diff --git a/NUS Downloader/Ticket.cs b/NUS Downloader/Ticket.cs index 44b6c69..e7b0189 100644 --- a/NUS Downloader/Ticket.cs +++ b/NUS Downloader/Ticket.cs @@ -542,8 +542,7 @@ namespace libWiiSharp byte[] ckey; if (dsitik) { - Console.WriteLine("dsi key in ya house!"); - ckey = CommonKey.GetDSiKey(); + ckey = CommonKey.GetDSiKey(); } else ckey = (commonKeyIndex == 0x01) ? CommonKey.GetKoreanKey() : CommonKey.GetStandardKey();