Update construction_tasks.js

This commit is contained in:
Mehul Maheshwari 2025-03-20 14:09:03 -07:00 committed by GitHub
parent 21dfa0a9d3
commit c7dd2394c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
// }
// });
// });