Fix pieces placement for Colorbound clobberers
authorBenjamin Auder <benjamin.auder@somewhere>
Mon, 30 Mar 2020 23:50:01 +0000 (01:50 +0200)
committerBenjamin Auder <benjamin.auder@somewhere>
Mon, 30 Mar 2020 23:50:01 +0000 (01:50 +0200)
client/src/variants/Colorbound.js

index 034f957..b96f73a 100644 (file)
@@ -80,7 +80,7 @@ export class ColorboundRules extends ChessRules {
     // Add turn + flags + enpassant
     return (
       pieces["b"].join("") +
-      "/8/pppppppp/8/8/8/PPPPPPPP/" +
+      "/pppppppp/8/8/8/8/PPPPPPPP/" +
       pieces["w"].join("").toUpperCase() +
       " w 0 " + flags + " -"
     );