diff options
Diffstat (limited to 'src/courtroom.cpp')
| -rw-r--r-- | src/courtroom.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index ca1b810f..7646794d 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -520,6 +520,8 @@ Courtroom::Courtroom(AOApplication *p_ao_app) connect(m_screenslide_timer, &kal::ScreenSlideTimer::finished, this, &Courtroom::post_transition_cleanup); + connect(ui_player_list, &PlayerListWidget::notify, this, [this](const QString &message) { append_server_chatmessage("CLIENT", message, "1"); }); + set_widgets(); set_char_select(); |
