Closed REMOOO closed 1 year ago
in line 115 if (!this.gameBoard.includes(0)) return this.gameBoard(msg, 'tie');
115
if (!this.gameBoard.includes(0)) return this.gameBoard(msg, 'tie');
Fixed here
Fixed in the latest version. :D
in line
115
if (!this.gameBoard.includes(0)) return this.gameBoard(msg, 'tie');