This commit is contained in:
doitux
2008-09-25 09:35:50 +00:00
parent ce81e09156
commit 917f93374b
-2
View File
@@ -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();