Skip to content

Commit

Permalink
fixing blocks.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kushal-khare-official committed Nov 28, 2020
1 parent a08bae9 commit f7aab97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -6094,7 +6094,7 @@ class Blocks {
}

if (myBlock.name === "start" || myBlock.name === "drum") {
turtle = myBlock.value;
let turtle = myBlock.value;
let turtleNotInTrash = 0;
for (let i = 0; i < this.turtles.turtleList.length; i++) {
if (!this.turtles.turtleList[i].inTrash) {
Expand Down

0 comments on commit f7aab97

Please sign in to comment.