Fixed MP pass not resetting

This commit is contained in:
RaphiMC 2023-03-28 23:50:49 +02:00
parent f3f3bf67a9
commit f0599ca775

View File

@ -227,6 +227,7 @@ public class GeneralTab extends AUITab {
} else if (Options.MC_ACCOUNT == null) {
this.frame.accountsTab.markSelected(0);
}
Options.CLASSIC_MP_PASS = null;
}
final HostAndPort hostAndPort = HostAndPort.fromString(serverAddress);