9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-30 04:19:28 +00:00

clean: updateCosmetic use proper method

This commit is contained in:
LoJoSho
2023-05-06 10:40:15 -05:00
parent ab8ae8ee76
commit f36d558e13

View File

@@ -181,7 +181,7 @@ public class CosmeticUser {
}
public void updateCosmetic() {
for (Cosmetic cosmetic : playerCosmetics.values()) {
for (Cosmetic cosmetic : getCosmetics()) {
updateCosmetic(cosmetic.getSlot());
}
}