mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-20 15:55:12 -05:00
minor table layout bugfix
This commit is contained in:
@@ -137,7 +137,7 @@ void Server_Game::startGameIfReady()
|
||||
query.exec();
|
||||
}
|
||||
*/
|
||||
setActivePlayer(0);
|
||||
setActivePlayer(players.keys().first());
|
||||
}
|
||||
|
||||
void Server_Game::stopGameIfFinished()
|
||||
|
||||
Reference in New Issue
Block a user