commit
a813dcb803
1 changed files with 1 additions and 1 deletions
|
@ -886,7 +886,7 @@ void TabGame::startGame(bool resuming)
|
|||
gameInfo.set_started(true);
|
||||
static_cast<GameScene *>(gameView->scene())->rearrange();
|
||||
gameView->show();
|
||||
if(sayEdit)
|
||||
if(sayEdit && players.size() > 1)
|
||||
sayEdit->setFocus();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue