chatcommands: handle league accounts properly
This commit is contained in:
@@ -47,7 +47,8 @@ public enum IconID
|
||||
HARDCORE_IRONMAN(10),
|
||||
NO_ENTRY(11),
|
||||
CHAIN_LINK(12),
|
||||
BOUNTY_HUNTER_EMBLEM(20);
|
||||
BOUNTY_HUNTER_EMBLEM(20),
|
||||
LEAGUE(22);
|
||||
|
||||
private final int index;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user