Skip to content

Commit

Permalink
Merge pull request #20023 from code-dot-org/agent-legacy
Browse files Browse the repository at this point in the history
No longer need to opt Agent levels into compat mode
  • Loading branch information
joshlory committed Jan 16, 2018
2 parents 327be7c + 8093e28 commit cc2dc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/src/craft/agent/craft.js
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ export default class Craft {
appCodeOrgAPI.moveDirection(studioApp().highlight.bind(studioApp(), blockID),
dirStringToDirection[direction], targetEntity);
},
}, {legacy: true});
});

Craft.gameController.codeOrgAPI.startAttempt(success => {
if (Craft.level.freePlay) {
Expand Down

0 comments on commit cc2dc64

Please sign in to comment.