This commit is contained in:
spjspj 2017-04-17 20:00:56 +10:00
parent ef4cf90a0f
commit 1fcb7d2963

View file

@ -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);