X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=remoteglot.pl;fp=remoteglot.pl;h=08e03ea876748cf8a7dd9c6b16d9a840f711536b;hp=663b2d56b44736db3e70adc6b5722efd4bb5641e;hb=3ca44b02eb1e3ffc751ad046ffa832d5ffe95591;hpb=42857ec85080fefd5ad4b29b2031d8aa69d510e8 diff --git a/remoteglot.pl b/remoteglot.pl index 663b2d5..08e03ea 100755 --- a/remoteglot.pl +++ b/remoteglot.pl @@ -268,6 +268,7 @@ sub handle_position { for my $key ('white_clock', 'black_clock', 'white_clock_target', 'black_clock_target') { $pos_calculating->{$key} //= $pos->{$key}; } + $pos_calculating->{'extra_moves'} = $pos->{'extra_moves'}; return; }