Now players may choose avatars in Preferences Dialog.

This commit is contained in:
magenoxx 2011-09-20 21:05:22 +04:00
parent eaf87ae950
commit 9f868daf3e
9 changed files with 1028 additions and 176 deletions

View file

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