Skip to content

Commit a4d5612

Browse files
authored
Lily/ClonesPlus: revert breaking change (#2110)
5825ea7 This change breaks projects made with previous versions of the extension. This is was a change in functionality! One of my projects is affected by this change, because it is built with clones starting with empty local variables in mind. This should be handled differently. I dont know how this was approved. You cant change stuff like this after such a long time of them working this way, without making sure that old projects are unaffected
1 parent 825a481 commit a4d5612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/Lily/ClonesPlus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
createCloneWithVar(args, util) {
443443
// @ts-expect-error - not typed yet
444444
Scratch.vm.runtime.ext_scratch3_control._createClone(
445-
"_myself_",
445+
util.target.sprite.name,
446446
util.target
447447
);
448448
const clones = util.target.sprite.clones;

0 commit comments

Comments
 (0)