mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 08:12:04 +02:00
Fix
This commit is contained in:
@@ -140,7 +140,7 @@ module.exports = class MinesweeperCommand extends Command {
|
||||
board[i].forEach((item, j) => {
|
||||
if (cheatMode && item === '*') {
|
||||
str += '💣';
|
||||
if (!mask || mask[i][j]) {
|
||||
} else if (!mask || mask[i][j]) {
|
||||
if (item === '*') {
|
||||
str += '💣';
|
||||
} else if (item === 0) {
|
||||
|
||||
Reference in New Issue
Block a user