mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
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)
|
||||
return;
|
||||
|
||||
sleep(5);
|
||||
sendGameCommand(new Command_Concede);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue