diff --git a/cockatrice/src/tab_game.cpp b/cockatrice/src/tab_game.cpp index 92c50c1b..a8eb768c 100644 --- a/cockatrice/src/tab_game.cpp +++ b/cockatrice/src/tab_game.cpp @@ -1088,7 +1088,6 @@ void TabGame::eventLeave(const Event_Leave & /*event*/, int eventPlayerId, const void TabGame::eventKicked(const Event_Kicked & /*event*/, int /*eventPlayerId*/, const GameEventContext & /*context*/) { closeGame(); - tabSupervisor->setCurrentIndex(tabSupervisor->indexOf(this)); messageLog->logKicked(); QMessageBox msgBox(this);