chatcommands: handle league accounts properly

This commit is contained in:
SirGirion
2020-10-29 08:42:17 -04:00
committed by Adam
parent d3c0713969
commit fc9f9faff0
2 changed files with 11 additions and 6 deletions

View File

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