mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
minor table layout bugfix
This commit is contained in:
parent
58e803c3e7
commit
00077565ab
3 changed files with 3 additions and 2 deletions
|
|
@ -137,7 +137,7 @@ void Server_Game::startGameIfReady()
|
|||
query.exec();
|
||||
}
|
||||
*/
|
||||
setActivePlayer(0);
|
||||
setActivePlayer(players.keys().first());
|
||||
}
|
||||
|
||||
void Server_Game::stopGameIfFinished()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue