From c7dd2394c2e7ee8f4eeaaed836a3fad255e6fe79 Mon Sep 17 00:00:00 2001 From: Mehul Maheshwari <95391800+mahesmeh001@users.noreply.github.com> Date: Thu, 20 Mar 2025 14:09:03 -0700 Subject: [PATCH] Update construction_tasks.js --- src/agent/task_types/construction_tasks.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 +// });