Skip to content

Commit

Permalink
[cherrypick to player general] change icon
Browse files Browse the repository at this point in the history
Signed-off-by: Erymanthus[#5074] | (u/)RayDeeUx <[email protected]>
  • Loading branch information
RayDeeUx committed Dec 11, 2023
1 parent be15cd7 commit c822d6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class MenuItemDisplayOverlayPlayer : AbstractMenuStackSize() {
profileIconVariantOneDisplayNamePattern.matchMatcher(itemName) { return group("icon") }
profileIconVariantTwoDisplayNamePattern.matchMatcher(itemName) { return "©" }
if (itemName == "§cLocked profile slot") {
return "§c\uD83D\uDD12\u0020"
return "§c┏┓"
}
}

Expand Down

0 comments on commit c822d6c

Please sign in to comment.