diff --git a/app/src/main/java/net/kdt/pojavlaunch/PojavLauncherActivity.java b/app/src/main/java/net/kdt/pojavlaunch/PojavLauncherActivity.java index d0b81d4e3..f4f2f2aa0 100644 --- a/app/src/main/java/net/kdt/pojavlaunch/PojavLauncherActivity.java +++ b/app/src/main/java/net/kdt/pojavlaunch/PojavLauncherActivity.java @@ -131,7 +131,7 @@ public class PojavLauncherActivity extends BaseLauncherActivity if (tempProfile != null && position == 0) { PojavProfile.setCurrentProfile(PojavLauncherActivity.this, tempProfile); } else { - PojavProfile.setCurrentProfile(PojavLauncherActivity.this, accountList.get(position + (tempProfile != null ? 1 : 0))); + PojavProfile.setCurrentProfile(PojavLauncherActivity.this, Tools.mpProfiles + "/" + accountList.get(position + (tempProfile != null ? 1 : 0))); } pickAccount(); }