mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-21 09:01:56 -07:00
Hotfix for OptiFine
This commit is contained in:
parent
b21528a7db
commit
b220955614
1 changed files with 1 additions and 0 deletions
|
|
@ -139,6 +139,7 @@ public class BaseMainActivity extends LoggableActivity {
|
||||||
mVersionInfo = Tools.getVersionInfo(null,mProfile.selectedVersion);
|
mVersionInfo = Tools.getVersionInfo(null,mProfile.selectedVersion);
|
||||||
|
|
||||||
setTitle("Minecraft " + mProfile.selectedVersion);
|
setTitle("Minecraft " + mProfile.selectedVersion);
|
||||||
|
PerVersionConfig.update();
|
||||||
PerVersionConfig.VersionConfig cfg = PerVersionConfig.configMap.get(mProfile.selectedVersion);
|
PerVersionConfig.VersionConfig cfg = PerVersionConfig.configMap.get(mProfile.selectedVersion);
|
||||||
String runtime = LauncherPreferences.PREF_DEFAULT_RUNTIME;
|
String runtime = LauncherPreferences.PREF_DEFAULT_RUNTIME;
|
||||||
if(cfg != null) {
|
if(cfg != null) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue