- Removed more code

This commit is contained in:
SerpentSpirale
2021-02-04 15:05:03 +01:00
parent c3824dcc09
commit 96dc8e6990

View File

@@ -811,11 +811,6 @@ public class PojavLoginActivity extends BaseActivity
private MinecraftAccount mProfile = null;
public void loginMC(final View v)
{
/*skip it
String proFilePath = MCProfile.build(builder);
MCProfile.launchWithProfile(this, proFilePath);
end skip*/
if (sOffline.isChecked()) {
mProfile = loginOffline();