diff --git a/cockatrice/src/tab_game.cpp b/cockatrice/src/tab_game.cpp index 2065ed44..4040e8f3 100644 --- a/cockatrice/src/tab_game.cpp +++ b/cockatrice/src/tab_game.cpp @@ -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); }