Add Gomoku + Atarigo
[vchess.git] / client / src / variants / Titan.js
index 9e651b0..f8d626e 100644 (file)
@@ -185,7 +185,7 @@ export class TitanRules extends ChessRules {
     return moves;
   }
 
-  hoverHighlight(x, y) {
+  hoverHighlight([x, y]) {
     const c = this.turn;
     return (
       this.movesCount <= 3 &&