Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/util/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading