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