Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
959b516c
Commit
959b516c
authored
Feb 10, 2015
by
Matt Lowe
Browse files
Kick message no longer takes you to kicked tab
parent
3b0a8c2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_game.cpp
View file @
959b516c
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment