mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-01 16:37:44 -07:00
removed debugging line
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user