Commit 89bce3d6 authored by poixen's avatar poixen
Browse files

Revert "Kick message no longer takes you to kicked tab"

parent 6e2ea1e1
......@@ -1100,6 +1100,7 @@ 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);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment