mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
Code cleanup (removed outdated client's config.properties settings)
This commit is contained in:
parent
3510ac0957
commit
b56587a383
22 changed files with 92 additions and 175 deletions
|
|
@ -1315,7 +1315,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
|
|||
if (startPort > 0) {
|
||||
instance.currentConnection.setPort(startPort);
|
||||
} else {
|
||||
instance.currentConnection.setPort(MagePreferences.getServerPortWithDefault(Config.port));
|
||||
instance.currentConnection.setPort(MagePreferences.getServerPortWithDefault(ClientDefaultSettings.port));
|
||||
}
|
||||
PreferencesDialog.setProxyInformation(instance.currentConnection);
|
||||
instance.currentConnection.setPassword(startPassword);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue