From: Benjamin Auder Date: Mon, 22 Mar 2021 22:52:31 +0000 (+0100) Subject: Typo X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=73968079dd92606c2e9f124a21c89f3c168a1122 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,