Typo
[vchess.git] / client / src / variants / Newzealand.js
index d51eda1..eb7d625 100644 (file)
@@ -52,7 +52,7 @@ export class NewzealandRules extends ChessRules {
     );
   }
 
-  isAttackedByROOK([x, y], color) {
+  isAttackedByRook([x, y], color) {
     return super.isAttackedBySlideNJump(
       [x, y],
       color,