9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-27 10:59:14 +00:00

clean: remove unused caching user items

This commit is contained in:
LoJoSho
2025-01-10 14:01:35 -06:00
parent 0877165f9f
commit 7116767e22

View File

@@ -61,8 +61,6 @@ public class CosmeticUser {
// Cosmetic Settings/Toggles
private final ArrayList<HiddenReason> hiddenReason = new ArrayList<>();
private final HashMap<CosmeticSlot, Color> colors = new HashMap<>();
// Cosmetic caches
private final HashMap<String, ItemStack> cosmeticItems = new HashMap<>();
public CosmeticUser(UUID uuid) {
this.uniqueId = uuid;