From: Benjamin Auder Date: Thu, 18 Feb 2021 18:41:25 +0000 (+0100) Subject: [Pandemonium] Forgot reserve in FEN X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=847e5591b8390e9d7ec9686a3d07a1516d086fc9 [Pandemonium] Forgot reserve in FEN --- diff --git a/client/src/variants/Pandemonium.js b/client/src/variants/Pandemonium.js index 963ee8db..63101e91 100644 --- a/client/src/variants/Pandemonium.js +++ b/client/src/variants/Pandemonium.js @@ -216,7 +216,7 @@ export class PandemoniumRules extends ChessRules { pieces["b"].join("") + "/pppppppppp/91/91/91/91/91/91/PPPPPPPPPP/" + pieces["w"].join("").toUpperCase() + - " w 0 " + flags + " -" + " w 0 " + flags + " - 00000000000000" ); }