Typo
authorBenjamin Auder <benjamin.auder@somewhere>
Mon, 22 Mar 2021 22:52:31 +0000 (23:52 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Mon, 22 Mar 2021 22:52:31 +0000 (23:52 +0100)
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,