Bugfixes and optimizations

Fixes a bug where the server version is not updated on load.
Optimized downloading of all jar files.
This commit is contained in:
2018-03-29 16:09:08 +02:00
parent 46bb3a9e29
commit 5ac22babab
3 changed files with 73 additions and 158 deletions

View File

@ -38,7 +38,7 @@ public class ServerTab implements ActionListener {
this.chckbxEnabled.setSelected(enabled);
this.serverTypes.setSelectedItem(typeName);
this.serverTypes();
this.serverTypes.setSelectedItem(serverVersion);
this.serverVersions.setSelectedItem(serverVersion);
this.maxRam.setSelectedItem(maxRam);
}