server crash fix

This commit is contained in:
Max-Wilhelm Bruker 2011-03-22 18:31:26 +01:00
parent 3f5035c38c
commit 4548841a93
3 changed files with 2 additions and 2 deletions

View file

@ -77,6 +77,7 @@ void Server_Room::doCreateGame(const QString &description, const QString &passwo
broadcastGameListUpdate(newGame);
creator->gameCreated(newGame);
emit gameCreated(newGame);
emit roomInfoChanged();
}