mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 22:32:50 +02:00
Fix
This commit is contained in:
@@ -121,7 +121,7 @@ module.exports = class MinesweeperCommand extends Command {
|
|||||||
} else {
|
} else {
|
||||||
str += nums[item - 1];
|
str += nums[item - 1];
|
||||||
}
|
}
|
||||||
} else if (flagged.includes(`${i},${j}`)) {
|
} else if (flagged.includes(`${j},${i}`)) {
|
||||||
str += '🚩';
|
str += '🚩';
|
||||||
} else {
|
} else {
|
||||||
str += '❓';
|
str += '❓';
|
||||||
|
|||||||
Reference in New Issue
Block a user