More work on rejoin. Server still sends a denial message.
This commit is contained in:
@@ -385,7 +385,8 @@ void startWindowImpl::callRejoinPossibleDialog(unsigned gameId)
|
||||
int ret = msgBox.exec();
|
||||
|
||||
switch (ret) {
|
||||
case QMessageBox::Yes:; //rejoin
|
||||
case QMessageBox::Yes:;
|
||||
mySession->clientRejoinGame(gameId);
|
||||
break;
|
||||
case QMessageBox::No: showClientDialog();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user