menu manager: Remove bounty hunter emblem text from player name (#11541)

This commit is contained in:
bfmoatbio
2020-05-13 23:47:31 -07:00
committed by GitHub
parent a16d61c280
commit 7dba7b58e6
3 changed files with 107 additions and 3 deletions

View File

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