Terentyev / SmallWorld

Board game "Small world"
6 stars 2 forks source link

Подправить cmd_getGameState() #24

Closed Terentyev closed 12 years ago

Terentyev commented 12 years ago

sub cmdgetGameState { my ($self, $result) = @; $result->{gameState} = $self->getGame()->getGameStateForPlayer($self->{json}->{gameId}); <---- вот здесь не нужен параметр у этого метода