mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 21:10:11 -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);
|
||||
|
||||
setTitle("Minecraft " + mProfile.selectedVersion);
|
||||
PerVersionConfig.update();
|
||||
PerVersionConfig.VersionConfig cfg = PerVersionConfig.configMap.get(mProfile.selectedVersion);
|
||||
String runtime = LauncherPreferences.PREF_DEFAULT_RUNTIME;
|
||||
if(cfg != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue