This commit is contained in:
@@ -2939,7 +2939,6 @@ void gameTableImpl::closeGameTable() {
|
||||
|
||||
if (myServerGuiInterface.get() && myServerGuiInterface->getSession().isNetworkServerRunning()) {
|
||||
|
||||
qDebug() << "jo1";
|
||||
QMessageBox msgBox(QMessageBox::Warning, tr("Closing PokerTH during network game"),
|
||||
tr("You are the hosting server. Do you want to close PokerTH anyway?"), QMessageBox::Yes | QMessageBox::No, this);
|
||||
|
||||
@@ -2952,7 +2951,6 @@ void gameTableImpl::closeGameTable() {
|
||||
}
|
||||
}
|
||||
else {
|
||||
qDebug() << "jo2";
|
||||
mySession->terminateNetworkClient();
|
||||
stopTimer();
|
||||
myStartWindow->show();
|
||||
|
||||
Reference in New Issue
Block a user