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