Hello
When I make a player quit, I have the following message:
Can't manage zombie player in this game state (9)
It is a multiplayer state
Per the [url="https://en.doc.boardgamearena.com/Troub ... game_state]troubleshooting[/url"] page:
To correct this error, either add "zombiePass" => ## to the transitions array or work out why the game is in a state it should not be in.
I added the zombiePass transition in my state machine, but I still habe the error.
What can I do to investigate this problem?
Thanks
When I make a player quit, I have the following message:
Can't manage zombie player in this game state (9)
It is a multiplayer state
Per the [url="https://en.doc.boardgamearena.com/Troub ... game_state]troubleshooting[/url"] page:
To correct this error, either add "zombiePass" => ## to the transitions array or work out why the game is in a state it should not be in.
I added the zombiePass transition in my state machine, but I still habe the error.
What can I do to investigate this problem?
Thanks