removed debugging line
This commit is contained in:
parent
1224eae1c0
commit
ac62ce9839
1 changed files with 0 additions and 1 deletions
|
@ -327,7 +327,6 @@ void TabGame::actConcede()
|
||||||
if (QMessageBox::question(this, tr("Concede"), tr("Are you sure you want to concede this game?"), QMessageBox::Yes | QMessageBox::No, QMessageBox::No) != QMessageBox::Yes)
|
if (QMessageBox::question(this, tr("Concede"), tr("Are you sure you want to concede this game?"), QMessageBox::Yes | QMessageBox::No, QMessageBox::No) != QMessageBox::Yes)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
sleep(5);
|
|
||||||
sendGameCommand(new Command_Concede);
|
sendGameCommand(new Command_Concede);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue