forked from External/mage
Sort user list case insensitive.
This commit is contained in:
parent
a5c0ae1b41
commit
43fed81ff4
3 changed files with 3 additions and 1 deletions
|
|
@ -151,6 +151,8 @@ public class Session {
|
|||
userData.setAvatarId(1016);
|
||||
} else if (userName.equals("Ayrat")) {
|
||||
userData.setAvatarId(1018);
|
||||
} else if (userName.equals("Bandit")) {
|
||||
userData.setAvatarId(1020);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue