mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 05:49:49 +02:00
Fix
This commit is contained in:
@@ -145,7 +145,7 @@ module.exports = class ObstructionCommand extends Command {
|
|||||||
const arr = [];
|
const arr = [];
|
||||||
for (let i = 0; i < size; i++) {
|
for (let i = 0; i < size; i++) {
|
||||||
const row = [];
|
const row = [];
|
||||||
for (let j = 0; j < size; j++) row.push(null);
|
for (let j = 0; j < size; j++) row.push('NA');
|
||||||
arr.push(row);
|
arr.push(row);
|
||||||
}
|
}
|
||||||
return arr;
|
return arr;
|
||||||
|
|||||||
Reference in New Issue
Block a user