X-Git-Url: https://git.auder.net/?p=xogo.git;a=blobdiff_plain;f=base_rules.js;h=3fac51b75e480ee406dbff3f3ea784b4dbf9b7ca;hp=a48bd3d7e0a9f0319e32774917a1a0b5fea0f0d2;hb=fc12475fd434835816796ece83d93341af6c1550;hpb=4cec374b0172e0888aa2fa33283ad72210be6e56 diff --git a/base_rules.js b/base_rules.js index a48bd3d..3fac51b 100644 --- a/base_rules.js +++ b/base_rules.js @@ -252,7 +252,7 @@ export default class ChessRules { parts.push(`"flags":"${flags}"`); if (this.hasEnpassant) parts.push('"enpassant":"-"'); - if (this.hasReserve) + if (this.hasReserveFen) parts.push('"reserve":"000000000000"'); if (this.options["crazyhouse"]) parts.push('"ispawn":"-"');