From 8124bb28e104f0783aadb5fab0f16610b8672954 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 6 Jan 2019 16:43:19 +0100 Subject: [PATCH] Fixes a little but nasty bug. --- src/de/mas/wiiu/jnus/NUSTitleLoaderRemote.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/mas/wiiu/jnus/NUSTitleLoaderRemote.java b/src/de/mas/wiiu/jnus/NUSTitleLoaderRemote.java index e7d2017..da93cbc 100644 --- a/src/de/mas/wiiu/jnus/NUSTitleLoaderRemote.java +++ b/src/de/mas/wiiu/jnus/NUSTitleLoaderRemote.java @@ -39,7 +39,7 @@ public final class NUSTitleLoaderRemote extends NUSTitleLoader { } public static NUSTitle loadNUSTitle(long titleID, int version, Ticket ticket) throws Exception { - return loadNUSTitle(titleID, Settings.LATEST_TMD_VERSION, ticket, false); + return loadNUSTitle(titleID, version, ticket, false); } public static NUSTitle loadNUSTitle(long titleID, int version, Ticket ticket, boolean noEncryption) throws Exception {