mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-30 23:50:19 -07:00
Kick message no longer takes you to kicked tab
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user