diff --git a/src/util/settings.ts b/src/util/settings.ts index 9d2fcea1..a7c93d6d 100644 --- a/src/util/settings.ts +++ b/src/util/settings.ts @@ -218,6 +218,7 @@ export const defaultSettings = { if (Player.Wardrobe) { WardrobeSize = LOCAL_WARDROBE_SIZE; loadLocalWardrobe(Player.Wardrobe); + WardrobeFixLength(); // Call compress wardrobe to save existing outfits, if another addon has extended the wardrobe CharacterCompressWardrobe(Player.Wardrobe); } else {