mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-30 04:19:28 +00:00
dyable -> dyeable in cosmetic configs
This commit is contained in:
@@ -19,7 +19,7 @@ public class Cosmetic {
|
||||
setSlot(CosmeticSlot.valueOf(config.node("slot").getString()));
|
||||
|
||||
setEquipable(false);
|
||||
setDyable(config.node("dyable").getBoolean(false));
|
||||
setDyable(config.node("dyeable").getBoolean(false));
|
||||
|
||||
Cosmetics.addCosmetic(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user