diff --git a/src/agent/task_types/construction_tasks.js b/src/agent/task_types/construction_tasks.js index b31afad..459deae 100644 --- a/src/agent/task_types/construction_tasks.js +++ b/src/agent/task_types/construction_tasks.js @@ -181,8 +181,6 @@ export class Blueprint { continue; } - // todo: skip if blockname contains _door and the actual does as well - if (actualBlockName !== blockName) { mismatches.push({ level: levelData.level, @@ -1015,4 +1013,4 @@ function matrixToBlueprint(matrix, startCoord) { // for (const command of commands) { // bot.chat(command); // } -// }); \ No newline at end of file +// });