This commit is contained in:
@@ -2939,7 +2939,6 @@ void gameTableImpl::closeGameTable() {
|
|||||||
|
|
||||||
if (myServerGuiInterface.get() && myServerGuiInterface->getSession().isNetworkServerRunning()) {
|
if (myServerGuiInterface.get() && myServerGuiInterface->getSession().isNetworkServerRunning()) {
|
||||||
|
|
||||||
qDebug() << "jo1";
|
|
||||||
QMessageBox msgBox(QMessageBox::Warning, tr("Closing PokerTH during network game"),
|
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);
|
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 {
|
else {
|
||||||
qDebug() << "jo2";
|
|
||||||
mySession->terminateNetworkClient();
|
mySession->terminateNetworkClient();
|
||||||
stopTimer();
|
stopTimer();
|
||||||
myStartWindow->show();
|
myStartWindow->show();
|
||||||
|
|||||||
Reference in New Issue
Block a user