forked from External/mage
Now players may choose avatars in Preferences Dialog.
This commit is contained in:
parent
eaf87ae950
commit
9f868daf3e
9 changed files with 1028 additions and 176 deletions
|
|
@ -291,6 +291,9 @@ public class ConnectDialog extends MageDialog {
|
|||
}
|
||||
}
|
||||
|
||||
// Avatar
|
||||
int avatarId = PreferencesDialog.getSelectedAvatar();
|
||||
connection.setAvatarId(avatarId);
|
||||
|
||||
logger.debug("connecting: " + connection.getProxyType() + " " + connection.getProxyHost() + " " + connection.getProxyPort());
|
||||
task = new ConnectTask();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue