fix another blocking lobby bug when manually rejoin
This commit is contained in:
@@ -397,11 +397,9 @@ void startWindowImpl::callRejoinPossibleDialog(unsigned gameId)
|
||||
|
||||
switch (ret) {
|
||||
case QMessageBox::Yes:
|
||||
;
|
||||
mySession->clientRejoinGame(gameId);
|
||||
break;
|
||||
case QMessageBox::No:
|
||||
showClientDialog();
|
||||
case QMessageBox::No:;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user