mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 21:10:11 -07:00
Auto-download inherited version if it does not exist
This commit is contained in:
parent
91815f486e
commit
d7acd362e2
3 changed files with 17 additions and 6 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue