mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-02 08:50:26 +01:00
Fixed MP pass not resetting
This commit is contained in:
parent
f3f3bf67a9
commit
f0599ca775
@ -227,6 +227,7 @@ public class GeneralTab extends AUITab {
|
|||||||
} else if (Options.MC_ACCOUNT == null) {
|
} else if (Options.MC_ACCOUNT == null) {
|
||||||
this.frame.accountsTab.markSelected(0);
|
this.frame.accountsTab.markSelected(0);
|
||||||
}
|
}
|
||||||
|
Options.CLASSIC_MP_PASS = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
final HostAndPort hostAndPort = HostAndPort.fromString(serverAddress);
|
final HostAndPort hostAndPort = HostAndPort.fromString(serverAddress);
|
||||||
|
Loading…
Reference in New Issue
Block a user