Auto-download inherited version if it does not exist

This commit is contained in:
artdeell 2021-01-31 00:10:33 +03:00
parent 91815f486e
commit d7acd362e2
3 changed files with 17 additions and 6 deletions

View file

@ -127,7 +127,7 @@ public class BaseMainActivity extends LoggableActivity {
logStream = new PrintStream(logFile.getAbsolutePath());
mProfile = PojavProfile.getCurrentProfileContent(this);
mVersionInfo = Tools.getVersionInfo(mProfile.selectedVersion);
mVersionInfo = Tools.getVersionInfo(null,mProfile.selectedVersion);
setTitle("Minecraft " + mProfile.selectedVersion);