From: Benjamin Auder <benjamin.auder@somewhere>
Date: Mon, 22 Mar 2021 22:52:31 +0000 (+0100)
Subject: Typo
X-Git-Url: https://git.auder.net/doc/html/css/scripts/pieces/assets/config.php?a=commitdiff_plain;h=73968079dd92606c2e9f124a21c89f3c168a1122;p=vchess.git

Typo
---

diff --git a/client/src/variants/Newzealand.js b/client/src/variants/Newzealand.js
index d51eda11..eb7d6251 100644
--- a/client/src/variants/Newzealand.js
+++ b/client/src/variants/Newzealand.js
@@ -52,7 +52,7 @@ export class NewzealandRules extends ChessRules {
     );
   }
 
-  isAttackedByROOK([x, y], color) {
+  isAttackedByRook([x, y], color) {
     return super.isAttackedBySlideNJump(
       [x, y],
       color,