diff --git a/cockatrice/src/tab_game.cpp b/cockatrice/src/tab_game.cpp index 0e513d51..0cf1fcb2 100644 --- a/cockatrice/src/tab_game.cpp +++ b/cockatrice/src/tab_game.cpp @@ -1081,7 +1081,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);