Skip to content

Commit

Permalink
Lily/Skins: Fix "restore targets with skin" block (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings committed Aug 11, 2023
1 parent 75289fd commit cd6ef65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/Lily/Skins.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
if (!createdSkins[skinName]) return;
const skinId = createdSkins[skinName];

this._refreshTargetsFromID(skinId, false);
this._refreshTargetsFromID(skinId, true);
}

// Utility Functions
Expand Down

0 comments on commit cd6ef65

Please sign in to comment.