I used for month this code:
Say that 'nextPhase' bring to a new state (300 for example) that HAS a 'continue' action.
First, I have this error msg:
Third ans last error:
Say that current state is 200 for example, it's HAS NOT a 'continue' action.$this->gamestate->setPlayersMultiactive($players, 'continue');
return $this->gamestate->nextState('nextPhase')
Say that 'nextPhase' bring to a new state (300 for example) that HAS a 'continue' action.
First, I have this error msg:
Second and worst, I have it:This transition (continue) is not possible at this state 200
But XXXXXX is really my player number.Try to active a player that is not part of the game: XXXXXXX
Third ans last error:
All is OK on normal game, problem is just on ALPHA since recent update.WARNING: the number of players at this table (0) is not coherent with the number of players as known by BGA (1). We recommend you to abandon this table and report this as a bug!