From 847e5591b8390e9d7ec9686a3d07a1516d086fc9 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Thu, 18 Feb 2021 19:41:25 +0100 Subject: [PATCH] [Pandemonium] Forgot reserve in FEN --- client/src/variants/Pandemonium.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ); } -- 2.44.0