mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 07:46:43 +02:00
Fix
This commit is contained in:
@@ -145,7 +145,7 @@ module.exports = class ObstructionCommand extends Command {
|
||||
const arr = [];
|
||||
for (let i = 0; i < size; i++) {
|
||||
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);
|
||||
}
|
||||
return arr;
|
||||
|
||||
Reference in New Issue
Block a user