Skip to content

Commit 379c8b3

Browse files
authored
love how this never removed
1 parent f571624 commit 379c8b3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/addons/addons/block-count/blockcount.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ export default async function ({ addon, console, msg }) {
1616

1717
// project block count
1818
for (const info of targetBlocks) blockCount += info[1];
19-
20-
// this sprite's block count
21-
const thisTargetID = vm.editingTarget?.id;
22-
const thisWS = targetBlocks.find((i) => i[0] === thisTargetID);
23-
if (thisWS) thisBlockCount += thisWS[1];
24-
2519
return blockCount;
2620
};
2721

0 commit comments

Comments
 (0)