From 73968079dd92606c2e9f124a21c89f3c168a1122 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Mon, 22 Mar 2021 23:52:31 +0100
Subject: [PATCH] Typo

---
 client/src/variants/Newzealand.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,
-- 
2.44.0