Fixes a little but nasty bug.

This commit is contained in:
Maschell 2019-01-06 16:43:19 +01:00
parent cd56a50d3f
commit 8124bb28e1

View File

@ -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 {