jsnell / terra-mystica

Online Terra Mystica
http://terra.snellman.net
MIT License
134 stars 36 forks source link

Script error when planning with riverwalkers #12

Open Styrx opened 8 years ago

Styrx commented 8 years ago

Error in command 'start_planning': Died at ledger.pm line 71.

This error occurs when planning after passing and waiting for other players to pass.

jkopczyn commented 6 years ago

This issue is still present.

jkopczyn commented 6 years ago
before add_command => sub {
    my ($self, $command) = @_;
    die if !$self->collecting_row();
};

Relevant snippet, from here