9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-29 03:49:19 +00:00

Added packets with hats

This commit is contained in:
HeroBrineGoat
2021-11-12 13:30:34 -05:00
parent 47c5514e28
commit ce94d962a6
15 changed files with 288 additions and 24 deletions

View File

@@ -76,8 +76,6 @@ public class CosmeticsCommand extends CommandBase {
case BACKPACK -> user.getPlayerArmor().getBackpack();
};
player.sendMessage("Opening dye menu");
this.cosmeticsMenu.openDyeSelectorGui(user, armorItem);
}