mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
server crash fix
This commit is contained in:
parent
3f5035c38c
commit
4548841a93
3 changed files with 2 additions and 2 deletions
|
|
@ -77,6 +77,7 @@ void Server_Room::doCreateGame(const QString &description, const QString &passwo
|
|||
|
||||
broadcastGameListUpdate(newGame);
|
||||
|
||||
creator->gameCreated(newGame);
|
||||
emit gameCreated(newGame);
|
||||
emit roomInfoChanged();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue