menu manager: Remove bounty hunter emblem text from player name (#11541)
This commit is contained in:
@@ -46,7 +46,8 @@ public enum IconID
|
||||
SKULL(9),
|
||||
HARDCORE_IRONMAN(10),
|
||||
NO_ENTRY(11),
|
||||
CHAIN_LINK(12);
|
||||
CHAIN_LINK(12),
|
||||
BOUNTY_HUNTER_EMBLEM(20);
|
||||
|
||||
private final int index;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user