mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
commit
c5b525903a
1 changed files with 0 additions and 1 deletions
|
@ -398,7 +398,6 @@ public class ConnectDialog extends MageDialog {
|
|||
} catch (SocketException ex) {
|
||||
}
|
||||
connection.setUserIdStr(System.getProperty("user.name") + ":" + System.getProperty("os.name") + ":" + MagePreferences.getUserNames() + ":" + allMAC);
|
||||
connection.setUserIdStr(System.getProperty("user.name") + ':' + MagePreferences.getUserNames());
|
||||
MageFrame.getPreferences().put(KEY_CONNECT_FLAG, ((CountryItemEditor) cbFlag.getEditor()).getImageItem());
|
||||
PreferencesDialog.setProxyInformation(connection);
|
||||
|
||||
|
|
Loading…
Reference in a new issue