mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
Hotfix for OptiFine
This commit is contained in:
parent
b21528a7db
commit
b220955614
@ -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…
x
Reference in New Issue
Block a user