mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-02 08:50:26 +01:00
Fixed issue with the version clearing after pressing Stop
This commit is contained in:
parent
683e55c3a0
commit
c08f566c2b
@ -182,7 +182,7 @@ public class GeneralTab extends AUITab {
|
||||
this.betaCraftAuth.setEnabled(state);
|
||||
ViaProxy.ui.advancedTab.proxyOnlineMode.setEnabled(state);
|
||||
ViaProxy.ui.advancedTab.proxy.setEnabled(state);
|
||||
if (state) this.serverVersion.actionPerformed(null);
|
||||
if (state) this.serverVersion.getActionListeners()[0].actionPerformed(null);
|
||||
}
|
||||
|
||||
private void updateStateLabel() {
|
||||
|
Loading…
Reference in New Issue
Block a user